aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-03-01 13:42:19 -0800
committerDan Willemsen <dwillemsen@google.com>2016-03-01 17:22:19 -0800
commit767078e7614d94fd4b5753c733a0e65e72e1b3ac (patch)
tree9f4d7ff9230c4c7daac9745be407d2a1e9c54a5b
parentb77bd796c24ed99827edde94a5fa03297e696f0e (diff)
downloadbuild_soong-767078e7614d94fd4b5753c733a0e65e72e1b3ac.tar.gz
build_soong-767078e7614d94fd4b5753c733a0e65e72e1b3ac.tar.bz2
build_soong-767078e7614d94fd4b5753c733a0e65e72e1b3ac.zip
Update to use the latest clang-2629532
Soong port of https://android-review.googlesource.com/204812 Change-Id: Ib6c94bc57f7145c1cc9b14338126132fc4648509
-rw-r--r--cc/cc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc.go b/cc/cc.go
index 6cff27f8..9e75dd8a 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -142,7 +142,7 @@ func init() {
pctx.PrefixedPathsForOptionalSourceVariable("commonNativehelperInclude", "-I",
[]string{"libnativehelper/include/nativehelper"})
- pctx.SourcePathVariable("clangPath", "prebuilts/clang/host/${HostPrebuiltTag}/3.8/bin")
+ pctx.SourcePathVariable("clangPath", "prebuilts/clang/host/${HostPrebuiltTag}/clang-2629532/bin")
}
type CCModuleContext common.AndroidBaseContext