Searched refs:ProductVndkVersion (Results 1 – 8 of 8) sorted by relevance
60 if ctx.DeviceConfig().ProductVndkVersion() != "" && ctx.ProductSpecific() {94 if ctx.DeviceConfig().ProductVndkVersion() == "" {100 if vndkVersion := ctx.DeviceConfig().ProductVndkVersion(); vndkVersion != "current" {
117 config.TestProductVariables.ProductVndkVersion = StringPtr("current")1245 config.TestProductVariables.ProductVndkVersion = StringPtr("current")1671 config.TestProductVariables.ProductVndkVersion = StringPtr("current")1963 config.TestProductVariables.ProductVndkVersion = StringPtr("current")
1419 vndkVersion = ctx.DeviceConfig().ProductVndkVersion()3089 productVndkVersion := mctx.DeviceConfig().ProductVndkVersion()
112 config.TestProductVariables.ProductVndkVersion = proptools.StringPtr("current")
1543 vndkVersion = deviceConfig.ProductVndkVersion()
130 $(call add_json_str, ProductVndkVersion, $(PRODUCT_PRODUCT_VNDK_VERSION))
336 ProductVndkVersion *string `json:",omitempty"` member
996 func (c *deviceConfig) ProductVndkVersion() string { func997 return String(c.config.productVariables.ProductVndkVersion)