Merge "Fix broken aosp-master-plus-llvm builds" am: 9a5db000da
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2185741 Change-Id: I9042eb1ce3ff4c4204d6f26745934736a2d11c9e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
162a78412d
1 changed files with 1 additions and 5 deletions
|
@ -290,11 +290,7 @@ var (
|
|||
"-Wno-deprecated-non-prototype",
|
||||
}
|
||||
|
||||
llvmNextExtraCommonGlobalCflags = []string{
|
||||
"-Wno-error=array-parameter", // http://b/241941550
|
||||
"-Wno-error=deprecated-builtins", // http://b/241601211
|
||||
"-Wno-error=deprecated", // in external/googletest/googletest
|
||||
}
|
||||
llvmNextExtraCommonGlobalCflags = []string{}
|
||||
|
||||
IllegalFlags = []string{
|
||||
"-w",
|
||||
|
|
Loading…
Reference in a new issue