Searched refs:MustUseVendorVariant (Results 1 – 4 of 4) sorted by relevance
53 MustUseVendorVariant() bool methodSpec
327 m.Properties.MustUseVendorVariant = true329 if mctx.DeviceConfig().VndkUseCoreVariant() && !m.Properties.MustUseVendorVariant {382 mctx.DeviceConfig().VndkUseCoreVariant() && !m.MustUseVendorVariant()
265 MustUseVendorVariant bool `blueprint:"mutated"` member933 func (c *Module) MustUseVendorVariant() bool { func934 return c.isVndkSp() || c.Properties.MustUseVendorVariant1195 return ctx.mod.MustUseVendorVariant()2585 …if ctx.DeviceConfig().VndkUseCoreVariant() && ccDep.IsVndk() && !ccDep.MustUseVendorVariant() && !…2796 } else if actx.DeviceConfig().VndkUseCoreVariant() && !c.MustUseVendorVariant() {
198 func (mod *Module) MustUseVendorVariant() bool { func