Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go53 MustUseVendorVariant() bool methodSpec
Dvndk.go327 m.Properties.MustUseVendorVariant = true
329 if mctx.DeviceConfig().VndkUseCoreVariant() && !m.Properties.MustUseVendorVariant {
382 mctx.DeviceConfig().VndkUseCoreVariant() && !m.MustUseVendorVariant()
Dcc.go265 MustUseVendorVariant bool `blueprint:"mutated"` member
933 func (c *Module) MustUseVendorVariant() bool { func
934 return c.isVndkSp() || c.Properties.MustUseVendorVariant
1195 return ctx.mod.MustUseVendorVariant()
2585 …if ctx.DeviceConfig().VndkUseCoreVariant() && ccDep.IsVndk() && !ccDep.MustUseVendorVariant() && !…
2796 } else if actx.DeviceConfig().VndkUseCoreVariant() && !c.MustUseVendorVariant() {
/build/soong/rust/
Drust.go198 func (mod *Module) MustUseVendorVariant() bool { func