Merge "Add 25ms guard time after sending END_OF_APDU_SESSION"
diff --git a/third_party/NXPNFC_P61_JCOP_Kit/Android.bp b/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
index 01ac8dd..9d6e8d0 100644
--- a/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
+++ b/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
@@ -11,7 +11,16 @@
         "libdl",
         "libhardware",
     ],
-    cflags: ["-DNXP_LDR_SVC_VER_2=TRUE"],
+    cflags: [
+        "-DNXP_LDR_SVC_VER_2=TRUE",
+        "-W", "-Wall",
+        "-Wno-format",
+        "-Wno-parentheses-equality",
+        "-Wno-tautological-constant-out-of-range-compare",
+        "-Wno-unused-function",
+        "-Wno-unused-parameter",
+        "-Wno-unused-variable",
+    ],
     export_include_dirs: [
         "include/",
         "inc/",