Update to use the latest clang-2629532
Soong port of https://android-review.googlesource.com/204812 Change-Id: Ib6c94bc57f7145c1cc9b14338126132fc4648509
This commit is contained in:
parent
b77bd796c2
commit
767078e761
2
cc/cc.go
2
cc/cc.go
|
@ -142,7 +142,7 @@ func init() {
|
|||
pctx.PrefixedPathsForOptionalSourceVariable("commonNativehelperInclude", "-I",
|
||||
[]string{"libnativehelper/include/nativehelper"})
|
||||
|
||||
pctx.SourcePathVariable("clangPath", "prebuilts/clang/host/${HostPrebuiltTag}/3.8/bin")
|
||||
pctx.SourcePathVariable("clangPath", "prebuilts/clang/host/${HostPrebuiltTag}/clang-2629532/bin")
|
||||
}
|
||||
|
||||
type CCModuleContext common.AndroidBaseContext
|
||||
|
|
Loading…
Reference in New Issue