Home
last modified time | relevance | path

Searched refs:Apex_available (Results 1 – 6 of 6) sorted by relevance

/build/soong/sysprop/
Dsysprop_test.go287 …rty on libsysprop-platform", expectedApexAvailableOnLibrary, library.ApexProperties.Apex_available)
362 propFromCc := ccModule.ApexProperties.Apex_available
366 propFromJava := javaModule.ApexProperties.Apex_available
370 propFromRust := rustModule.ApexProperties.Apex_available
Dsysprop_library.go512 Apex_available []string member
530 Apex_available []string member
545 Apex_available []string member
609 ccProps.Apex_available = m.ApexProperties.Apex_available
655 Apex_available: m.ApexProperties.Apex_available,
691 Apex_available: m.ApexProperties.Apex_available,
/build/soong/android/
Dapex.go282 Apex_available []string member
382 aa := m.ApexProperties.Apex_available
503 return CheckAvailableForApex(what, m.ApexProperties.Apex_available)
523 for _, n := range m.ApexProperties.Apex_available {
537 mod1ApexAvail := SortedUniqueStrings(mod1.apexModuleBase().ApexProperties.Apex_available)
538 mod2ApexAvail := SortedUniqueStrings(mod2.apexModuleBase().ApexProperties.Apex_available)
/build/soong/java/
Dsdk_library.go1849 Apex_available []string
1860 Apex_available: module.ApexAvailable(),
2279 Apex_available []string
2289 Apex_available: module.ApexProperties.Apex_available,
Dbootclasspath_fragment.go1129 for _, apex := range module.ApexProperties.Apex_available {
/build/soong/cc/
Dlibrary.go163 Apex_available []string `android:"arch_variant"` member
1960 list = library.StaticProperties.Static.Apex_available
1962 list = library.SharedProperties.Shared.Apex_available