summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2018-10-21 19:47:01 -0700
committer Dan Willemsen <dwillemsen@google.com> 2018-10-21 19:54:12 -0700
commitfa2aee1ca4cd07afaeaf669f96f6ecc4e66b9a1d (patch)
tree265e3cdc64451212288730dd821dce73605dffe3 /android/variable.go
parent6f03752422c466bec6c618cea7e4d77aac95ab69 (diff)
Remove USE_CLANG_LLD[=false]
This should always be true now. It will be a change for side branches (build_tools, etc) that weren't setting UseClangLld in the soong.variables file. Test: treehugger Change-Id: I9fd6157fda630bf8bb939677dbcb026f02685f19
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go
index 8faeb0375..476171bfb 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -201,8 +201,6 @@ type productVariables struct {
ProductPath *string `json:",omitempty"`
ProductServicesPath *string `json:",omitempty"`
- UseClangLld *bool `json:",omitempty"`
-
ClangTidy *bool `json:",omitempty"`
TidyChecks *string `json:",omitempty"`