commit | b30a8118f5986db79efc298bbf6d1e5de185a30f | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Nov 24 13:02:49 2015 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Nov 24 21:11:15 2015 +0000 |
tree | 16b15d0c7cbbd451b66bb496ec69effcacd827cc | |
parent | 6203ac009ce110aab2b424ef2c6ea34a72e6da09 [diff] [blame] |
Switch to clang 3.8 Change-Id: I8997bc4d765a18c789f2926da26610178a57be74
diff --git a/cc/cc.go b/cc/cc.go index d8db52e..42b0f2e 100644 --- a/cc/cc.go +++ b/cc/cc.go
@@ -139,7 +139,7 @@ "-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