Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go103 AvailableFor(what string) bool methodSpec
228 func (m *ApexModuleBase) AvailableFor(what string) bool { func
295 if platformVariation && !mctx.Host() && !mod.(ApexModule).AvailableFor(AvailableToPlatform) {
/build/soong/apex/
Dapex.go735 availableToPlatform := am.AvailableFor(android.AvailableToPlatform)
1232 return am.AvailableFor(android.AvailableToPlatform)
1876 if to.AvailableFor(apexName) || baselineApexAvailable(apexName, toName) {
/build/soong/java/
Dandroidmk.go69 if !library.ApexModuleBase.AvailableFor(android.AvailableToPlatform) {
Djava.go712 func (j *Module) AvailableFor(what string) bool { func
719 return j.ApexModuleBase.AvailableFor(what)
Dsdk_library.go2075 func (module *sdkLibraryXml) AvailableFor(what string) bool { func
/build/soong/cc/
Dcc.go2818 func (c *Module) AvailableFor(what string) bool { func
2822 return c.ApexModuleBase.AvailableFor(what) || linker.availableFor(what)
2824 return c.ApexModuleBase.AvailableFor(what)