Home
last modified time | relevance | path

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

/build/soong/cc/
Dgenrule.go118 variants = append(variants, ProductVariationPrefix+ctx.DeviceConfig().PlatformVndkVersion())
120 variants = append(variants, ProductVariationPrefix+vndkVersion)
Dimage.go48 ProductVariationPrefix = "product." const
124 return c.Properties.ImageVariationPrefix == ProductVariationPrefix
594 m.AppendExtraVariant(ProductVariationPrefix + variant)
702 } else if strings.HasPrefix(variant, ProductVariationPrefix) {
703 m.Properties.ImageVariationPrefix = ProductVariationPrefix
704 m.Properties.VndkVersion = strings.TrimPrefix(variant, ProductVariationPrefix)
709 (variant == android.CoreVariation || strings.HasPrefix(variant, ProductVariationPrefix)) {
Dsnapshot_prebuilt.go473 Variation: ProductVariationPrefix + ctx.DeviceConfig().PlatformVndkVersion()})
/build/soong/apex/
Dapex.go645 prefix = cc.ProductVariationPrefix