summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Chih-Hung Hsieh <chh@google.com> 2018-04-13 12:44:15 -0700
committer android-build-merger <android-build-merger@google.com> 2018-04-13 12:44:15 -0700
commit505b2c69ac507ce8208ee77d38802ab974b01b12 (patch)
tree5dd41e860fc2d444b14deecd646cef8aaa09bf3d /android/variable.go
parent363d3b4086d4ff5c529a1a179eb74ec63f34a755 (diff)
parent98fda157fb261404c5e96df1be2353157dd15510 (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.go2
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"`