diff options
author | Dan Willemsen <dwillemsen@google.com> | 2016-03-01 13:42:19 -0800 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2016-03-01 17:22:19 -0800 |
commit | 767078e7614d94fd4b5753c733a0e65e72e1b3ac (patch) | |
tree | 9f4d7ff9230c4c7daac9745be407d2a1e9c54a5b /cc | |
parent | b77bd796c24ed99827edde94a5fa03297e696f0e (diff) | |
download | build_soong-767078e7614d94fd4b5753c733a0e65e72e1b3ac.tar.gz build_soong-767078e7614d94fd4b5753c733a0e65e72e1b3ac.tar.bz2 build_soong-767078e7614d94fd4b5753c733a0e65e72e1b3ac.zip |
Update to use the latest clang-2629532
Soong port of https://android-review.googlesource.com/204812
Change-Id: Ib6c94bc57f7145c1cc9b14338126132fc4648509
Diffstat (limited to 'cc')
-rw-r--r-- | cc/cc.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |