Merge pie-platform-release to aosp-master - DO NOT MERGE

Change-Id: I86cbd8a0ca64a782f2350feb5c56b1f952468fd6
diff --git a/Android.bp b/Android.bp
index d11b36e..ab7a598 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,9 @@
         "-Wno-unused-parameter",
         "-Wno-sign-compare",
         "-Wno-missing-field-initializers",
+        "-Wno-implicit-fallthrough",
+        // cpdf_renderstatus.cpp:1768, cpdf_variabletext.cpp:320,
+        // and cpwl_edit_impl.cpp:1825 have -Wimplicit-fallthrough.
         "-Werror",
 
         "-DOPJ_STATIC",