Home
last modified time | relevance | path

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

/build/soong/sysprop/
Dsysprop_library.go400 Apex_available []string member
416 Apex_available []string member
479 ccProps.Apex_available = m.ApexProperties.Apex_available
523 Apex_available: m.ApexProperties.Apex_available,
Dsysprop_test.go264 …rty on libsysprop-platform", expectedApexAvailableOnLibrary, library.ApexProperties.Apex_available)
342 propFromCc := ccModule.ApexProperties.Apex_available
346 propFromJava := javaModule.ApexProperties.Apex_available
/build/soong/android/
Dapex.go259 Apex_available []string member
351 return m.ApexProperties.Apex_available
452 return CheckAvailableForApex(what, m.ApexProperties.Apex_available)
472 for _, n := range m.ApexProperties.Apex_available {
486 mod1ApexAvail := SortedUniqueStrings(mod1.apexModuleBase().ApexProperties.Apex_available)
487 mod2ApexAvail := SortedUniqueStrings(mod2.apexModuleBase().ApexProperties.Apex_available)
/build/soong/cc/
Dlibrary.go161 Apex_available []string `android:"arch_variant"` member
1839 list = library.StaticProperties.Static.Apex_available
1841 list = library.SharedProperties.Shared.Apex_available