diff options
author | Dan Willemsen <dwillemsen@google.com> | 2016-12-05 17:16:02 -0800 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2016-12-05 17:21:13 -0800 |
commit | 4353bc4422c13a5737112a3f2e0dfc84fbdac38f (patch) | |
tree | dbcec2f705ddcd7be5888138afe2aed9b028d868 /android/variable.go | |
parent | 7ed1ae3fa4dd23c9c66f729172830ab5224e2dd1 (diff) | |
download | android_build_soong-4353bc4422c13a5737112a3f2e0dfc84fbdac38f.tar.gz android_build_soong-4353bc4422c13a5737112a3f2e0dfc84fbdac38f.tar.bz2 android_build_soong-4353bc4422c13a5737112a3f2e0dfc84fbdac38f.zip |
Support system/vendor for devices without a vendor partition
Test: lunch aosp_arm-eng; m -j vulkan.default
Change-Id: I91eabf98f53c455ec4ade95215f11a6f89631747
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 3436a75e..1ee6c9bb 100644 --- a/android/variable.go +++ b/android/variable.go @@ -113,6 +113,8 @@ type productVariables struct { UseGoma *bool `json:",omitempty"` Debuggable *bool `json:",omitempty"` + VendorPath *string `json:",omitempty"` + ClangTidy *bool `json:",omitempty"` TidyChecks *string `json:",omitempty"` |