Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go233 IsInstallableToApex() bool methodSpec
436 func (m *ApexModuleBase) IsInstallableToApex() bool { func
/build/soong/apex/
Dapex.go2262 if rustm, ok := child.(*rust.Module); ok && rustm.IsInstallableToApex() {
2312 } else if am.CanHaveApexVariants() && am.IsInstallableToApex() {
/build/soong/rust/
Drust.go1810 func (mod *Module) IsInstallableToApex() bool { func
/build/soong/cc/
Dcc.go3725 func (c *Module) IsInstallableToApex() bool { func