Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go863 func (c *deviceConfig) ProductPath() string { func
864 if c.config.productVariables.ProductPath != nil {
865 return *c.config.productVariables.ProductPath
Dvariable.go225 ProductPath *string `json:",omitempty"` member
Dpaths.go1128 partition = ctx.DeviceConfig().ProductPath()
/build/make/core/
Dsoong_config.mk137 $(call add_json_str, ProductPath, $(TARGET_COPY_OUT_PRODUCT))