aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2018-01-08 20:17:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-08 20:17:12 +0000
commit154ca5c8cbac93d717237ea421e1549d0b70b86f (patch)
tree8eee7b3a4eefd9715949058efaf4939312977322
parentf50d711795a541515fd01b10529a2bfe5701cae9 (diff)
parenteced8d18052b82a80fc0bee27e5792d61c2dfb7c (diff)
downloadlibese-154ca5c8cbac93d717237ea421e1549d0b70b86f.tar.gz
Ignore -Wformat warning am: 0423b367f5 am: 3bdbe4bdc5
am: eced8d1805 Change-Id: If7aaeac03ebef0fbd4ef53f67498b1358c7602a8
-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",
],
}