Home
last modified time | relevance | path

Searched refs:ProductVndkVersion (Results 1 – 11 of 11) sorted by relevance

/build/soong/cc/
Dgenrule.go84 if ctx.DeviceConfig().ProductVndkVersion() != "" && ctx.ProductSpecific() {
134 if ctx.DeviceConfig().ProductVndkVersion() == "" {
140 if vndkVersion := ctx.DeviceConfig().ProductVndkVersion(); vndkVersion != "current" {
Dcc_test.go37 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")
Dimage.go430 productVndkVersion := mctx.DeviceConfig().ProductVndkVersion()
Dcc.go1724 vndkVersion = ctx.DeviceConfig().ProductVndkVersion()
/build/soong/rust/
Drust_test.go43 variables.ProductVndkVersion = StringPtr("current")
100 variables.ProductVndkVersion = StringPtr(product_version)
168 variables.ProductVndkVersion = StringPtr("current")
/build/soong/apex/
Dvndk_test.go121 variables.ProductVndkVersion = proptools.StringPtr("current")
Dapex.go687 vndkVersion = deviceConfig.ProductVndkVersion()
Dapex_test.go2889 variables.ProductVndkVersion = proptools.StringPtr("current")
/build/make/core/
Dsoong_config.mk136 $(call add_json_str, ProductVndkVersion, $(PRODUCT_PRODUCT_VNDK_VERSION))
/build/soong/android/
Dvariable.go405 ProductVndkVersion *string `json:",omitempty"` member
Dconfig.go1197 func (c *deviceConfig) ProductVndkVersion() string { func
1198 return String(c.config.productVariables.ProductVndkVersion)