Home
last modified time | relevance | path

Searched refs:ApexModuleBase (Results 1 – 9 of 9) sorted by relevance

/build/soong/android/
Dapex.go66 apexModuleBase() *ApexModuleBase
159 type ApexModuleBase struct { struct
168 func (m *ApexModuleBase) apexModuleBase() *ApexModuleBase { argument
172 func (m *ApexModuleBase) ApexAvailable() []string { argument
176 func (m *ApexModuleBase) TestFor() []string { argument
181 func (m *ApexModuleBase) BuildForApex(apex ApexInfo) { argument
192 func (m *ApexModuleBase) ApexVariations() []ApexInfo { argument
196 func (m *ApexModuleBase) ApexName() string { argument
200 func (m *ApexModuleBase) IsForPlatform() bool { argument
204 func (m *ApexModuleBase) CanHaveApexVariants() bool { argument
[all …]
/build/soong/java/
Djava.go402 android.ApexModuleBase anonMember
719 return j.ApexModuleBase.AvailableFor(what)
2571 android.ApexModuleBase anonMember
2805 android.ApexModuleBase anonMember
2929 android.ApexModuleBase anonMember
Daar.go548 android.ApexModuleBase anonMember
Dsdk_library.go1707 android.ApexModuleBase anonMember
2038 android.ApexModuleBase anonMember
Dandroidmk.go69 if !library.ApexModuleBase.AvailableFor(android.AvailableToPlatform) {
Dapp.go943 return Bool(a.appProperties.Updatable) || a.ApexModuleBase.Updatable()
1281 android.ApexModuleBase anonMember
/build/soong/sysprop/
Dsysprop_library.go119 android.ApexModuleBase anonMember
/build/soong/cc/
Dcc.go475 android.ApexModuleBase anonMember
2822 return c.ApexModuleBase.AvailableFor(what) || linker.availableFor(what)
2824 return c.ApexModuleBase.AvailableFor(what)
2834 return c.ApexModuleBase.TestFor()
2959 android.ApexModuleBase anonMember
/build/soong/genrule/
Dgenrule.go121 android.ApexModuleBase anonMember