From 767078e7614d94fd4b5753c733a0e65e72e1b3ac Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 1 Mar 2016 13:42:19 -0800 Subject: Update to use the latest clang-2629532 Soong port of https://android-review.googlesource.com/204812 Change-Id: Ib6c94bc57f7145c1cc9b14338126132fc4648509 --- cc/cc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/cc.go b/cc/cc.go index 6cff27f8..9e75dd8a 100644 --- a/cc/cc.go +++ b/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 -- cgit v1.2.3