Home
last modified time | relevance | path

Searched refs:DirectlyInAnyApex (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/soong/android/
H A Dapex.go192 DirectlyInAnyApex() bool
265 DirectlyInAnyApex bool `blueprint:"mutated"` member
385 func (m *ApexModuleBase) DirectlyInAnyApex() bool { func
386 return m.ApexProperties.DirectlyInAnyApex
577 base.ApexProperties.DirectlyInAnyApex = inApex == directlyInApex
659 depBase.ApexProperties.DirectlyInAnyApex = base.ApexProperties.DirectlyInAnyApex
664 if base.ApexProperties.DirectlyInAnyApex {
/aosp12/build/soong/cc/
H A Dvndk.go888 if module.(android.ApexModule).DirectlyInAnyApex() && !isBionic(name) {
H A Dcc.go1507 return ctx.mod.DirectlyInAnyApex()
/aosp12/build/soong/java/
H A Dbase.go502 if j.DirectlyInAnyApex() && !isJacocoAgent && !apexInfo.IsForPlatform() {
1198 if j.DirectlyInAnyApex() && !apexInfo.IsForPlatform() {
/aosp12/build/soong/apex/
H A Dapex.go1858 if !am.DirectlyInAnyApex() {