Switch to clang 3.8

Change-Id: I8997bc4d765a18c789f2926da26610178a57be74
This commit is contained in:
Dan Willemsen
2015-11-24 13:02:49 -08:00
parent 6203ac009c
commit b30a8118f5

View File

@@ -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