Merge "ART: Clean up some build flags"
diff --git a/build/Android.common_build.mk b/build/Android.common_build.mk
index c792536..ad4c987 100644
--- a/build/Android.common_build.mk
+++ b/build/Android.common_build.mk
@@ -117,9 +117,7 @@
# These are necessary for Clang ARM64 ART builds. TODO: remove.
ART_TARGET_CLANG_CFLAGS_arm64 += \
- -Wno-implicit-exception-spec-mismatch \
- -DNVALGRIND \
- -Wno-unused-value
+ -DNVALGRIND
# FIXME: upstream LLVM has a vectorizer bug that needs to be fixed
ART_TARGET_CLANG_CFLAGS_arm64 += \
@@ -191,7 +189,6 @@
-Wstrict-aliasing \
-fstrict-aliasing \
-Wunreachable-code \
- -Wno-conversion-null \
-Wredundant-decls \
-Wshadow \
-fvisibility=protected \