Searched refs:MustUseVendorVariant (Results 1 – 4 of 4) sorted by relevance
171 MustUseVendorVariant() bool methodSpec
320 m.Properties.MustUseVendorVariant = true322 if mctx.DeviceConfig().VndkUseCoreVariant() && !m.Properties.MustUseVendorVariant {378 mctx.DeviceConfig().VndkUseCoreVariant() && !m.MustUseVendorVariant()
331 MustUseVendorVariant bool `blueprint:"mutated"` member1210 func (c *Module) MustUseVendorVariant() bool { func1211 return c.IsVndkSp() || c.Properties.MustUseVendorVariant1464 return ctx.mod.MustUseVendorVariant()2954 if ctx.DeviceConfig().VndkUseCoreVariant() && ccDep.IsVndk() && !ccDep.MustUseVendorVariant() &&3120 } else if actx.DeviceConfig().VndkUseCoreVariant() && !c.MustUseVendorVariant() {
274 func (mod *Module) MustUseVendorVariant() bool { func