Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go210 IsInstallableToApex() bool methodSpec
400 func (m *ApexModuleBase) IsInstallableToApex() bool { func
/build/soong/apex/
Dapex.go1917 if rustm, ok := child.(*rust.Module); ok && rustm.IsInstallableToApex() {
1954 } else if am.CanHaveApexVariants() && am.IsInstallableToApex() {
/build/soong/rust/
Drust.go1343 func (mod *Module) IsInstallableToApex() bool { func