Home
last modified time | relevance | path

Searched refs:IsInstallableToApex (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dapex.go96 IsInstallableToApex() bool methodSpec
208 func (m *ApexModuleBase) IsInstallableToApex() bool { func
/build/soong/apex/
Dapex.go2217 } else if am.CanHaveApexVariants() && am.IsInstallableToApex() {
/build/soong/cc/
Dcc.go2805 func (c *Module) IsInstallableToApex() bool { func