summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Jaekyun Seok <jaekyun@google.com> 2018-01-25 04:17:04 +0000
committer android-build-merger <android-build-merger@google.com> 2018-01-25 04:17:04 +0000
commite3e265939f750a4f059e4d4b3addb46294038a4c (patch)
tree5bd5fb9ff115a25a2edab1bf469b73c768ffec0a /android/variable.go
parent57c391b61bc69159e759c14f23313764c474f67c (diff)
parentbe16d5e84f55b13a409d66be3b644edcab677828 (diff)
Use product instead of oem for Product specific module am: 5cfbfbb67a am: 2b6236308b
am: be16d5e84f Change-Id: I6ee908710e7d7b7fe9d3ce7e6c43287e3e8c0835
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/variable.go b/android/variable.go
index 3831a29c7..800b1a1aa 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -184,9 +184,9 @@ type productVariables struct {
CFIExcludePaths *[]string `json:",omitempty"`
CFIIncludePaths *[]string `json:",omitempty"`
- VendorPath *string `json:",omitempty"`
- OdmPath *string `json:",omitempty"`
- OemPath *string `json:",omitempty"`
+ VendorPath *string `json:",omitempty"`
+ OdmPath *string `json:",omitempty"`
+ ProductPath *string `json:",omitempty"`
ClangTidy *bool `json:",omitempty"`
TidyChecks *string `json:",omitempty"`