Merge "Revert "Switch to clang-r445002"" am: 2b2d9392fc
am: 9bd52c7f71
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1976654 Change-Id: Ie815962320006987a6912deaed6309be1a960e05
This commit is contained in:
commit
61bbe44e53
1 changed files with 2 additions and 4 deletions
|
@ -238,8 +238,6 @@ var (
|
|||
// http://b/197240255
|
||||
"-Wno-unused-but-set-variable",
|
||||
"-Wno-unused-but-set-parameter",
|
||||
// http://b/215753485
|
||||
"-Wno-bitwise-instead-of-logical",
|
||||
}
|
||||
|
||||
// Extra cflags for external third-party projects to disable warnings that
|
||||
|
@ -284,8 +282,8 @@ var (
|
|||
|
||||
// prebuilts/clang default settings.
|
||||
ClangDefaultBase = "prebuilts/clang/host"
|
||||
ClangDefaultVersion = "clang-r445002"
|
||||
ClangDefaultShortVersion = "14.0.2"
|
||||
ClangDefaultVersion = "clang-r437112b"
|
||||
ClangDefaultShortVersion = "14.0.1"
|
||||
|
||||
// Directories with warnings from Android.bp files.
|
||||
WarningAllowedProjects = []string{
|
||||
|
|
Loading…
Reference in a new issue