Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dconfig.go1094 func (c *deviceConfig) OdmPath() string { func
1095 if c.config.productVariables.OdmPath != nil {
1096 return *c.config.productVariables.OdmPath
H A Dvariable.go270 OdmPath *string `json:",omitempty"` member
H A Dmodule.go1425 if config.OdmPath() == "odm" {
1427 } else if strings.HasPrefix(config.OdmPath(), "vendor/") {
H A Dpaths.go1723 partition = ctx.DeviceConfig().OdmPath()
/aosp12/build/make/core/
H A Dsoong_config.mk171 $(call add_json_str, OdmPath, $(TARGET_COPY_OUT_ODM))