aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2018-09-06 16:28:50 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-06 16:28:50 -0700
commit7e0cc209cadbbba6b1fa3e374395908838f5b696 (patch)
treeb80d5693215bee6a4bfc0c227a6c63dc486e74a2
parent13eed3cb064308d4b534d921a30cad29e7479575 (diff)
parent7bbf5797005582c8c083ec25111e4b716ad8b40f (diff)
downloadstressapptest-7e0cc209cadbbba6b1fa3e374395908838f5b696.tar.gz
Merge "Suppress -Wimplicit-fallthrough."
am: 7bbf579700 Change-Id: I6dc763498d36e8cc1e1448d42e7635fb6c65e60d
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 6698cd0..0a6b323 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,6 +24,7 @@ LOCAL_MODULE_UNSUPPORTED_TARGET_ARCH := mips x86 x86_64
LOCAL_CFLAGS := -DHAVE_CONFIG_H -DANDROID -DNDEBUG -UDEBUG -DCHECKOPTS
LOCAL_CFLAGS += -Wall -Werror -Wno-unused-parameter -Wno-\#warnings
+LOCAL_CFLAGS += -Wno-implicit-fallthrough
LOCAL_CPP_EXTENSION := .cc