Home
last modified time | relevance | path

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

/build/soong/cc/
Dgenrule.go60 if ctx.DeviceConfig().ProductVndkVersion() != "" && ctx.ProductSpecific() {
94 if ctx.DeviceConfig().ProductVndkVersion() == "" {
100 if vndkVersion := ctx.DeviceConfig().ProductVndkVersion(); vndkVersion != "current" {
Dcc_test.go117 config.TestProductVariables.ProductVndkVersion = StringPtr("current")
1245 config.TestProductVariables.ProductVndkVersion = StringPtr("current")
1671 config.TestProductVariables.ProductVndkVersion = StringPtr("current")
1963 config.TestProductVariables.ProductVndkVersion = StringPtr("current")
Dcc.go1419 vndkVersion = ctx.DeviceConfig().ProductVndkVersion()
3089 productVndkVersion := mctx.DeviceConfig().ProductVndkVersion()
/build/soong/apex/
Dvndk_test.go112 config.TestProductVariables.ProductVndkVersion = proptools.StringPtr("current")
Dapex.go1543 vndkVersion = deviceConfig.ProductVndkVersion()
/build/make/core/
Dsoong_config.mk130 $(call add_json_str, ProductVndkVersion, $(PRODUCT_PRODUCT_VNDK_VERSION))
/build/soong/android/
Dvariable.go336 ProductVndkVersion *string `json:",omitempty"` member
Dconfig.go996 func (c *deviceConfig) ProductVndkVersion() string { func
997 return String(c.config.productVariables.ProductVndkVersion)