Merge "Suppress -Wimplicit-fallthrough."
am: f9739a5f6e

Change-Id: I98ce979888eb6cd6075cb61b494c9b343322348e
diff --git a/Android.v8common.mk b/Android.v8common.mk
index 11ada3e..c097b7d 100644
--- a/Android.v8common.mk
+++ b/Android.v8common.mk
@@ -6,6 +6,7 @@
 	-Wall \
 	-Werror \
 	-Wno-endif-labels \
+	-Wno-implicit-fallthrough \
 	-Wno-import \
 	-Wno-format \
 	-Wno-unused-parameter \