Home
last modified time | relevance | path

Searched refs:ProductPath (Results 1 – 5 of 5) sorted by relevance

/build/soong/android/
Dconfig.go1023 func (c *deviceConfig) ProductPath() string { func
1024 if c.config.productVariables.ProductPath != nil {
1025 return *c.config.productVariables.ProductPath
Dvariable.go262 ProductPath *string `json:",omitempty"` member
Dpaths.go1380 partition = ctx.DeviceConfig().ProductPath()
Dmodule.go1013 if config.ProductPath() == "product" {
/build/make/core/
Dsoong_config.mk159 $(call add_json_str, ProductPath, $(TARGET_COPY_OUT_PRODUCT))