Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go981 func (c *deviceConfig) VendorPath() string { func
982 if c.config.productVariables.VendorPath != nil {
983 return *c.config.productVariables.VendorPath
Dvariable.go260 VendorPath *string `json:",omitempty"` member
Dpaths.go1376 partition = ctx.DeviceConfig().VendorPath()
Dmodule.go998 if config.VendorPath() == "vendor" {
/build/make/core/
Dsoong_config.mk155 $(call add_json_str, VendorPath, $(TARGET_COPY_OUT_VENDOR))