diff options
| author | 2018-04-13 12:44:15 -0700 | |
|---|---|---|
| committer | 2018-04-13 12:44:15 -0700 | |
| commit | 505b2c69ac507ce8208ee77d38802ab974b01b12 (patch) | |
| tree | 5dd41e860fc2d444b14deecd646cef8aaa09bf3d /android/variable.go | |
| parent | 363d3b4086d4ff5c529a1a179eb74ec63f34a755 (diff) | |
| parent | 98fda157fb261404c5e96df1be2353157dd15510 (diff) | |
Add USE_CLANG_LLD and use_clang_lld. am: 02b4da53a7
am: 98fda157fb
Change-Id: I3fc25e6332ae02dc4736e1f77b6de52822968d80
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 6a485977f..ad63eee3a 100644 --- a/android/variable.go +++ b/android/variable.go @@ -191,6 +191,8 @@ type productVariables struct { OdmPath *string `json:",omitempty"` ProductPath *string `json:",omitempty"` + UseClangLld *bool `json:",omitempty"` + ClangTidy *bool `json:",omitempty"` TidyChecks *string `json:",omitempty"` |