Searched refs:OdmPath (Results 1 – 5 of 5) sorted by relevance
1094 func (c *deviceConfig) OdmPath() string { func1095 if c.config.productVariables.OdmPath != nil {1096 return *c.config.productVariables.OdmPath
270 OdmPath *string `json:",omitempty"` member
1425 if config.OdmPath() == "odm" {1427 } else if strings.HasPrefix(config.OdmPath(), "vendor/") {
1723 partition = ctx.DeviceConfig().OdmPath()
171 $(call add_json_str, OdmPath, $(TARGET_COPY_OUT_ODM))