Searched refs:PlatformVndkVersion (Results 1 – 7 of 7) sorted by relevance
88 variants = append(variants, VendorVariationPrefix+ctx.DeviceConfig().PlatformVndkVersion())99 variants = append(variants, ProductVariationPrefix+ctx.DeviceConfig().PlatformVndkVersion())
381 useCoreVariant := m.VndkVersion() == mctx.DeviceConfig().PlatformVndkVersion() &&475 filename = insertVndkVersion(txt.Name(), ctx.DeviceConfig().PlatformVndkVersion())538 if m.VndkVersion() == config.PlatformVndkVersion() && m.IsVndk() && !m.isVndkExt() {558 if ctx.DeviceConfig().PlatformVndkVersion() == "" {
1087 vndkVersion = ctx.DeviceConfig().PlatformVndkVersion()1249 vndkVersion := ctx.DeviceConfig().PlatformVndkVersion()
1426 vndkVersion = ctx.DeviceConfig().PlatformVndkVersion()3087 platformVndkVersion := mctx.DeviceConfig().PlatformVndkVersion()
54 vndkVersion = config.PlatformVndkVersion()101 vndkVersion = mctx.DeviceConfig().PlatformVndkVersion()
1537 vndkVersion = deviceConfig.PlatformVndkVersion()1547 vndkVersion = deviceConfig.PlatformVndkVersion()
992 func (c *deviceConfig) PlatformVndkVersion() string { func