Merge "Suppress -Wimplicit-fallthrough."
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 \