Home
last modified time | relevance | path

Searched refs:AvailableFor (Results 1 – 7 of 7) sorted by relevance

/build/soong/android/
Dapex.go237 AvailableFor(what string) bool methodSpec
427 return m.ApexProperties.AnyVariantDirectlyInAnyApex || !m.AvailableFor(AvailableToPlatform)
502 func (m *ApexModuleBase) AvailableFor(what string) bool { func
674 if platformVariation && !ctx.Host() && !module.AvailableFor(AvailableToPlatform) {
/build/soong/apex/
Dapex.go618 return am.AvailableFor(android.AvailableToPlatform)
1254 availableToPlatform := am.AvailableFor(android.AvailableToPlatform)
2808 if to.AvailableFor(apexName) || baselineApexAvailable(apexName, toName) {
/build/soong/java/
Dbootclasspath_fragment.go344 if !m.AvailableFor(apex) {
Dandroidmk.go80 } else if !library.ApexModuleBase.AvailableFor(android.AvailableToPlatform) {
Dbase.go779 func (j *Module) AvailableFor(what string) bool { func
786 return j.ApexModuleBase.AvailableFor(what)
Dsdk_library.go3258 func (module *sdkLibraryXml) AvailableFor(what string) bool { func
/build/soong/cc/
Dcc.go3736 func (c *Module) AvailableFor(what string) bool { func
3740 return c.ApexModuleBase.AvailableFor(what) || linker.availableFor(what)
3742 return c.ApexModuleBase.AvailableFor(what)