Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go1018 func (c *deviceConfig) OdmPath() string { func
1019 if c.config.productVariables.OdmPath != nil {
1020 return *c.config.productVariables.OdmPath
Dvariable.go247 OdmPath *string `json:",omitempty"` member
Dmodule.go921 if config.OdmPath() == "odm" {
923 } else if strings.HasPrefix(config.OdmPath(), "vendor/") {
Dpaths.go1302 partition = ctx.DeviceConfig().OdmPath()
/build/make/core/
Dsoong_config.mk160 $(call add_json_str, OdmPath, $(TARGET_COPY_OUT_ODM))