Searched refs:ProductVndkVersion (Results 1 – 11 of 11) sorted by relevance
84 if ctx.DeviceConfig().ProductVndkVersion() != "" && ctx.ProductSpecific() {134 if ctx.DeviceConfig().ProductVndkVersion() == "" {140 if vndkVersion := ctx.DeviceConfig().ProductVndkVersion(); vndkVersion != "current" {
37 variables.ProductVndkVersion = StringPtr("current")133 config.TestProductVariables.ProductVndkVersion = StringPtr("current")486 config.TestProductVariables.ProductVndkVersion = StringPtr("current")1415 config.TestProductVariables.ProductVndkVersion = StringPtr("current")1860 config.TestProductVariables.ProductVndkVersion = StringPtr("current")
430 productVndkVersion := mctx.DeviceConfig().ProductVndkVersion()
1724 vndkVersion = ctx.DeviceConfig().ProductVndkVersion()
43 variables.ProductVndkVersion = StringPtr("current")100 variables.ProductVndkVersion = StringPtr(product_version)168 variables.ProductVndkVersion = StringPtr("current")
121 variables.ProductVndkVersion = proptools.StringPtr("current")
687 vndkVersion = deviceConfig.ProductVndkVersion()
2889 variables.ProductVndkVersion = proptools.StringPtr("current")
136 $(call add_json_str, ProductVndkVersion, $(PRODUCT_PRODUCT_VNDK_VERSION))
405 ProductVndkVersion *string `json:",omitempty"` member
1197 func (c *deviceConfig) ProductVndkVersion() string { func1198 return String(c.config.productVariables.ProductVndkVersion)