Searched refs:InAnyApex (Results 1 – 4 of 4) sorted by relevance
198 InAnyApex() bool methodSpec272 InAnyApex bool `blueprint:"mutated"` member390 func (m *ApexModuleBase) InAnyApex() bool { func391 return m.ApexProperties.InAnyApex590 base.ApexProperties.InAnyApex = true674 depBase.ApexProperties.InAnyApex = base.ApexProperties.InAnyApex
1319 if am, ok := module.(android.ApexModule); ok && am.InAnyApex() {
2907 if lib.buildStubs() && dep.(android.ApexModule).InAnyApex() {
4147 …Tests("mylib_common", "android_arm64_armv8-a_shared_apex10000").Module().(*cc.Module).InAnyApex() {