Home
last modified time | relevance | path

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

/aosp12/build/soong/rust/
H A Dimage.go172 func (mod *Module) HasNonSystemVariants() bool { func
229 if !mod.Properties.CoreVariantNeeded || mod.HasNonSystemVariants() {
/aosp12/build/soong/cc/
H A Dlinkable.go177 HasNonSystemVariants() bool
H A Dimage.go118 func (c *Module) HasNonSystemVariants() bool { func
490 } else if m.HasNonSystemVariants() && !m.IsVndkExt() {
H A Dcc.go1620 if llndk || (c.UseVndk() && c.HasNonSystemVariants()) {
2452 if !to.HasNonSystemVariants() {
2942 nonSystemVariantsExist := ccDep.HasNonSystemVariants() || isLLndk