From 4a825ee14ab13859800ae5bf01665e0a6917bd9d Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Fri, 2 Mar 2018 13:38:42 -0800 Subject: [PATCH] Switch to clang-4630689 Bug: http://b/73127367 Bug: http://b/68659946 These new prebuilts have fixes for the bugs mentioned above. Test: Build and verify that issues in both bugs above are fixed. Change-Id: I410a43b70920d509118f8e6fdb012ef6b078d657 --- cc/config/global.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/config/global.go b/cc/config/global.go index 55ae9e369..a7a2ea4fd 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -116,7 +116,7 @@ var ( // prebuilts/clang default settings. ClangDefaultBase = "prebuilts/clang/host" - ClangDefaultVersion = "clang-4579689" + ClangDefaultVersion = "clang-4630689" ClangDefaultShortVersion = "6.0.1" // Directories with warnings from Android.bp files.