Merge "Suppress -Wimplicit-fallthrough."
diff --git a/Android.bp b/Android.bp
index 5a475aa..d7a6488 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,6 +17,8 @@
         "-DJSON_USE_EXCEPTION=0",
         "-Wall",
         "-Werror",
+        "-Wno-implicit-fallthrough",
+        // src/lib_json/json_reader.cpp:210  has -Wno-implicit-fallthrough
     ],
 
     target: {