diff options
| author | 2018-01-25 04:17:04 +0000 | |
|---|---|---|
| committer | 2018-01-25 04:17:04 +0000 | |
| commit | e3e265939f750a4f059e4d4b3addb46294038a4c (patch) | |
| tree | 5bd5fb9ff115a25a2edab1bf469b73c768ffec0a /android/variable.go | |
| parent | 57c391b61bc69159e759c14f23313764c474f67c (diff) | |
| parent | be16d5e84f55b13a409d66be3b644edcab677828 (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.go | 6 |
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"` |