aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2018-01-08 20:05:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-08 20:05:05 +0000
commiteced8d18052b82a80fc0bee27e5792d61c2dfb7c (patch)
tree6c3e77d92bebafb9d1aaf06550839d7608d353b3
parent393ef9ddac5594607e72f01313739b8ec689ac21 (diff)
parent3bdbe4bdc5161de59bd5fe4553dd4661c6ab5237 (diff)
downloadlibese-eced8d18052b82a80fc0bee27e5792d61c2dfb7c.tar.gz
Ignore -Wformat warning am: 0423b367f5
am: 3bdbe4bdc5 Change-Id: I77ff773f2a43983216bffd495e1f11201bb1a56b
-rw-r--r--libese-hw/nxp/Android.bp5
1 files changed, 5 insertions, 0 deletions
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 @@ cc_library {
"-Wall",
"-Werror",
"-Wno-error=unused-variable",
+ "-Wno-format",
],
target: {
darwin: {
@@ -61,6 +62,9 @@ cc_library {
name: "libese-hw-nxp-pn80t-spidev",
defaults: ["pn80t_platform"],
srcs: ["pn80t/linux_spidev.c"],
+ cflags: [
+ "-Wno-format",
+ ],
}
cc_library {
@@ -71,5 +75,6 @@ cc_library {
"-Wall",
"-Werror",
"-Wno-error=unused-variable",
+ "-Wno-format",
],
}