Snap for 4533842 from 154ca5c8cbac93d717237ea421e1549d0b70b86f to pi-release

Change-Id: Ib274ea9e79a63c66eca4981579b1acf921379ba9
diff --git a/libese-hw/nxp/Android.bp b/libese-hw/nxp/Android.bp
index 506a32a..0ec4ea6 100644
--- a/libese-hw/nxp/Android.bp
+++ b/libese-hw/nxp/Android.bp
@@ -31,6 +31,7 @@
         "-Wall",
         "-Werror",
         "-Wno-error=unused-variable",
+        "-Wno-format",
     ],
     target: {
         darwin: {
@@ -61,6 +62,9 @@
     name: "libese-hw-nxp-pn80t-spidev",
     defaults: ["pn80t_platform"],
     srcs: ["pn80t/linux_spidev.c"],
+    cflags: [
+        "-Wno-format",
+    ],
 }
 
 cc_library {
@@ -71,5 +75,6 @@
         "-Wall",
         "-Werror",
         "-Wno-error=unused-variable",
+        "-Wno-format",
     ],
 }