From 8c69b7852b5c58c1cb2718e69ed1869d56eb9eae Mon Sep 17 00:00:00 2001 From: Yabin Cui Date: Sat, 13 Jul 2024 23:38:11 -0700 Subject: [PATCH] Reapply "Upgrade to clang-r530567" Reapply after fixing existing build and test failures. This reverts commit 8e2c5c22bec2cfdd0822c7471ace854c4f0d295f. Bug: 342023558 Test: presubmit Change-Id: I4d36bab7015f401e7580c6287b7f94ffa25c74fc --- cc/config/global.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cc/config/global.go b/cc/config/global.go index 62a4765f4..bf2502fcf 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -397,8 +397,8 @@ var ( // prebuilts/clang default settings. ClangDefaultBase = "prebuilts/clang/host" - ClangDefaultVersion = "clang-r522817" - ClangDefaultShortVersion = "18" + ClangDefaultVersion = "clang-r530567" + ClangDefaultShortVersion = "19" // Directories with warnings from Android.bp files. WarningAllowedProjects = []string{