Home
last modified time | relevance | path

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

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