aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc.go
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-11-24 13:02:49 -0800
committerDan Willemsen <dwillemsen@google.com>2015-11-24 21:11:15 +0000
commitb30a8118f5986db79efc298bbf6d1e5de185a30f (patch)
tree16b15d0c7cbbd451b66bb496ec69effcacd827cc /cc/cc.go
parent6203ac009ce110aab2b424ef2c6ea34a72e6da09 (diff)
downloadbuild_soong-b30a8118f5986db79efc298bbf6d1e5de185a30f.tar.gz
build_soong-b30a8118f5986db79efc298bbf6d1e5de185a30f.tar.bz2
build_soong-b30a8118f5986db79efc298bbf6d1e5de185a30f.zip
Switch to clang 3.8
Change-Id: I8997bc4d765a18c789f2926da26610178a57be74
Diffstat (limited to 'cc/cc.go')
-rw-r--r--cc/cc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc.go b/cc/cc.go
index d8db52e8..42b0f2e5 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -139,7 +139,7 @@ func init() {
"-isystem ${SrcDir}/frameworks/base/include",
}, " "))
- pctx.StaticVariable("clangPath", "${SrcDir}/prebuilts/clang/${HostPrebuiltTag}/host/3.6/bin/")
+ pctx.StaticVariable("clangPath", "${SrcDir}/prebuilts/clang/host/${HostPrebuiltTag}/3.8/bin/")
}
type CCModuleContext common.AndroidBaseContext