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

Change-Id: Ic39005c4e61fe9b4cd6994be03975291240bda19
diff --git a/Android.bp b/Android.bp
index 4f16430..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: {
@@ -26,7 +28,7 @@
     },
 }
 
-cc_library_static {
+cc_library {
     name: "libjsoncpp",
     defaults: ["libjsoncpp_defaults"],
     vendor_available: true,