Home
last modified time | relevance | path

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

/build/make/core/
Dsoong_config.mk174 $(call add_json_str, ProductPath, $(TARGET_COPY_OUT_PRODUCT))
/build/soong/android/
Dconfig.go1101 func (c *deviceConfig) ProductPath() string { func
1102 if c.config.productVariables.ProductPath != nil {
1103 return *c.config.productVariables.ProductPath
Dvariable.go269 ProductPath *string `json:",omitempty"` member
Dpaths.go1725 partition = ctx.DeviceConfig().ProductPath()
Dmodule.go1433 if config.ProductPath() == "product" {