Home
last modified time | relevance | path

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

/build/soong/java/
Drro.go103 partition = ctx.DeviceConfig().VendorPath()
/build/bazel/tests/products/
Daosp_x86_64.variables.bzl125 "VendorPath": "vendor",
Daosp_x86.variables.bzl125 "VendorPath": "vendor",
Daosp_arm64.variables.bzl125 "VendorPath": "vendor",
Daosp_arm.variables.bzl125 "VendorPath": "vendor",
/build/make/core/
Dsoong_config.mk203 $(call add_json_str, VendorPath, $(TARGET_COPY_OUT_VENDOR))
/build/soong/android/
Dconfig.go1370 func (c *deviceConfig) VendorPath() string { func
1371 if c.config.productVariables.VendorPath != nil {
1372 return *c.config.productVariables.VendorPath
Dvariable.go332 VendorPath *string `json:",omitempty"` member
Dpaths.go1917 partition = ctx.DeviceConfig().VendorPath()
Dmodule.go1385 if config.VendorPath() == "vendor" {