Home
last modified time | relevance | path

Searched refs:VendorVariationPrefix (Results 1 – 5 of 5) sorted by relevance

/build/soong/rust/
Dimage.go182 return mod.Properties.ImageVariationPrefix == cc.VendorVariationPrefix
189 } else if strings.HasPrefix(variant, cc.VendorVariationPrefix) {
190 m.Properties.ImageVariationPrefix = cc.VendorVariationPrefix
191 m.Properties.VndkVersion = strings.TrimPrefix(variant, cc.VendorVariationPrefix)
/build/soong/cc/
Dgenrule.go107 variants = append(variants, VendorVariationPrefix+ctx.DeviceConfig().PlatformVndkVersion())
109 variants = append(variants, VendorVariationPrefix+vndkVersion)
Dimage.go44 VendorVariationPrefix = "vendor." const
129 return c.Properties.ImageVariationPrefix == VendorVariationPrefix
590 m.AppendExtraVariant(VendorVariationPrefix + variant)
690 } else if strings.HasPrefix(variant, VendorVariationPrefix) {
691 m.Properties.ImageVariationPrefix = VendorVariationPrefix
692 m.Properties.VndkVersion = strings.TrimPrefix(variant, VendorVariationPrefix)
Dsnapshot_prebuilt.go186 return VendorVariationPrefix + cfg.VndkVersion()
/build/soong/apex/
Dapex.go635 return cc.VendorVariationPrefix + a.vndkVersion(deviceConfig)
642 prefix = cc.VendorVariationPrefix