Merge "Update clang to r328903"
am: 470969df19
Change-Id: I12f0c81b848b6e925bb03da7052cdc69a38c0aa4
This commit is contained in:
committed by
android-build-merger
commit
182b37783e
@@ -177,6 +177,10 @@ func init() {
|
||||
// warning are fixed.
|
||||
"-Wno-enum-compare",
|
||||
"-Wno-enum-compare-switch",
|
||||
|
||||
// Disable c++98-specific warning since Android is not concerned with C++98
|
||||
// compatibility.
|
||||
"-Wno-c++98-compat-extra-semi",
|
||||
}, " "))
|
||||
}
|
||||
|
||||
|
@@ -124,8 +124,8 @@ var (
|
||||
|
||||
// prebuilts/clang default settings.
|
||||
ClangDefaultBase = "prebuilts/clang/host"
|
||||
ClangDefaultVersion = "clang-4679922"
|
||||
ClangDefaultShortVersion = "7.0.1"
|
||||
ClangDefaultVersion = "clang-r328903"
|
||||
ClangDefaultShortVersion = "7.0.2"
|
||||
|
||||
// Directories with warnings from Android.bp files.
|
||||
WarningAllowedProjects = []string{
|
||||
|
Reference in New Issue
Block a user