Home
last modified time | relevance | path

Searched refs:ApexInfo (Results 1 – 23 of 23) sorted by relevance

/build/soong/android/
Dapex_test.go29 in []ApexInfo
30 wantMerged []ApexInfo
35 in: []ApexInfo{
44 wantMerged: []ApexInfo{
59 in: []ApexInfo{
75 wantMerged: []ApexInfo{
89 in: []ApexInfo{
105 wantMerged: []ApexInfo{
128 in: []ApexInfo{
145 wantMerged: []ApexInfo{
[all …]
Dapex.go38 type ApexInfo struct { struct
91 ApexInfos []ApexInfo
94 var ApexInfoProvider = blueprint.NewMutatorProvider[ApexInfo]("apex_mutate")
97 func (i ApexInfo) AddJSONData(d *map[string]interface{}) { argument
114 func (i ApexInfo) mergedName() string { argument
121 func (i ApexInfo) IsForPlatform() bool { argument
127 func (i ApexInfo) InApexVariant(apexVariant string) bool { argument
136 func (i ApexInfo) InApexModule(apexModuleName string) bool { argument
207 BuildForApex(apex ApexInfo) argument
358 apexInfos []ApexInfo
[all …]
/build/soong/bazel/cquery/
Drequest_type_test.go132 expectedOutput ApexInfo
137 expectedOutput: ApexInfo{},
155 expectedOutput: ApexInfo{
Drequest_type.go265 type ApexInfo struct { struct
290 func (g getApexInfoType) ParseResult(rawString string) (ApexInfo, error) {
291 var info ApexInfo
/build/bazel/rules/apex/
Dapex_info.bzl15 ApexInfo = provider(
16 "ApexInfo exports metadata about this apex.",
Dapex_aab.bzl17 load(":apex_info.bzl", "ApexInfo")
261 apex_info = ctx.split_attr.mainline_module[arch][ApexInfo]
298 apex_info = ctx.attr.mainline_module[0][ApexInfo]
337 providers = [ApexInfo],
Dapex_test.bzl32 load(":apex_info.bzl", "ApexInfo", "ApexMkInfo")
583 target_under_test[ApexInfo].requires_native_libs, # actual
589 target_under_test[ApexInfo].provides_native_libs,
1282 container_key_info = target_under_test[ApexInfo].container_key_info
1543 target_under_test[ApexInfo].base_file != None,
1544 "Expected base_file to exist, but found None %s" % target_under_test[ApexInfo].base_file,
1549 target_under_test[ApexInfo].base_with_config_zip.basename,
1552 …config zip to have name ending with , but found %s" % target_under_test[ApexInfo].base_with_config…
1791 actual = target_under_test[ApexInfo].symbols_used_by_apex
1823 actual = target_under_test[ApexInfo].java_symbols_used_by_apex
[all …]
Dapex_deps_validation.bzl19 load(":apex_info.bzl", "ApexInfo")
134 if ApexInfo in target:
DREADME.md19 * `apex_info.bzl` contains ApexInfo and ApexMkInfo providers. These form the main interface of an…
Dtransition.bzl28 The outgoing transitions are similar to ApexInfo propagation in Soong's
Dapex.bzl43 load(":apex_info.bzl", "ApexInfo", "ApexMkInfo")
890 ApexInfo(
/build/make/tools/releasetools/
Dota_metadata.proto70 message ApexInfo { message
82 repeated ApexInfo apex_info = 1;
Dmerge_ota.py194 def ApexInfo(file_paths): function
246 apex_info_bytes = ApexInfo(file_paths)
Dota_metadata_pb2.py427 ApexInfo = _reflection.GeneratedProtocolMessageType('ApexInfo', (_message.Message,), { variable
432 _sym_db.RegisterMessage(ApexInfo)
Dapex_utils.py590 apex_info = ota_metadata_pb2.ApexInfo()
Dtest_ota_from_target_files.py326 infos = [ota_metadata_pb2.ApexInfo(package_name='com.android.apex.1',
328 ota_metadata_pb2.ApexInfo(package_name='com.android.apex.2',
/build/soong/java/
Ddexpreopt.go281 allApexInfos := []android.ApexInfo{}
Dtesting.go749 apexInfo := android.ApexInfo{
/build/soong/apex/
Dprebuilt.go456 apexInfo := android.ApexInfo{
Dapex.go1034 apexInfo := android.ApexInfo{
/build/soong/cc/
Dcc.go2142 func (c *Module) maybeInstall(ctx ModuleContext, apexInfo android.ApexInfo) {
2885 func findApexSdkVersion(ctx android.BaseModuleContext, apexInfo android.ApexInfo) android.ApiLevel { argument
3769 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool { argument
Dcc_test.go58 apexInfo := android.ApexInfo{
/build/soong/rust/
Drust.go716 func (mod *Module) installable(apexInfo android.ApexInfo) bool {