aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-03-11 12:44:29 -0800
committerDan Willemsen <dwillemsen@google.com>2016-03-11 12:44:29 -0800
commiteb371e51d930b5ac79d962984d8b69e40420533d (patch)
tree79a9a60c2b71d2f9c9b1f9b5928057f4b12ec81a
parent6fb8b8d39840d768314b33a0e222038b5fdb1ebc (diff)
downloadbuild_soong-eb371e51d930b5ac79d962984d8b69e40420533d.tar.gz
build_soong-eb371e51d930b5ac79d962984d8b69e40420533d.tar.bz2
build_soong-eb371e51d930b5ac79d962984d8b69e40420533d.zip
Switch to clang-2658975
Port of https://android-review.googlesource.com/206366 Change-Id: Ife2e0ab84de839ea73744cb65f995a11e3145304
-rw-r--r--cc/cc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc.go b/cc/cc.go
index 4a874337..441860b4 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -153,7 +153,7 @@ func init() {
pctx.PrefixedPathsForOptionalSourceVariable("commonNativehelperInclude", "-I",
[]string{"libnativehelper/include/nativehelper"})
- pctx.SourcePathVariable("clangPath", "prebuilts/clang/host/${HostPrebuiltTag}/clang-2629532/bin")
+ pctx.SourcePathVariable("clangPath", "prebuilts/clang/host/${HostPrebuiltTag}/clang-2658975/bin")
}
type CCModuleContext common.AndroidBaseContext