Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go192 DirectlyInAnyApex() bool methodSpec
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 {
/build/soong/apex/
Dapex.go1858 if !am.DirectlyInAnyApex() {