Merge "Suppress -Wimplicit-fallthrough." am: b6963ddc47 am: 180ef32f6f
am: d1a43ce868

Change-Id: I3f3e031dc2e7a717d6bec6beb7815a30ce3d836d
diff --git a/Android.mk b/Android.mk
index b3967a5..bf735c4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,10 +14,11 @@
 	tinystr.cpp
 
 commonFlags := \
-	-Wno-undefined-bool-conversion \
-	-Wno-missing-braces \
-        -Wno-logical-op-parentheses \
-        -Werror
+    -Wno-implicit-fallthrough \
+    -Wno-logical-op-parentheses \
+    -Wno-missing-braces \
+    -Wno-undefined-bool-conversion \
+    -Werror
 
 
 # For the device