Switch to clang 3.8
Change-Id: I8997bc4d765a18c789f2926da26610178a57be74
This commit is contained in:
2
cc/cc.go
2
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
|
||||
|
Reference in New Issue
Block a user