aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-10-03 22:05:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-03 22:05:11 +0000
commited8aa2854c115ab49c0412135fe53326c1c2a621 (patch)
tree39003f61241713d865729ef64c2a1e55c47cc5d5
parent4896ef48395035664ff060fd3211d61bfb793632 (diff)
parenta88c726ecb004e53f7b74c3aed4ab067e8724e80 (diff)
downloadlibese-ed8aa2854c115ab49c0412135fe53326c1c2a621.tar.gz
Merge "Do not use -Werror yet."
-rw-r--r--third_party/NXPNFC_P61_JCOP_Kit/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/NXPNFC_P61_JCOP_Kit/Android.bp b/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
index 52dd09f..310cc5b 100644
--- a/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
+++ b/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
@@ -14,7 +14,7 @@ cc_library_shared {
cflags: [
"-DNXP_LDR_SVC_VER_2=TRUE",
"-Wall",
- "-Werror",
+ // "-Werror", // has multiple warnings with some asan-userdebug target
"-Wno-format",
"-Wno-parentheses-equality",
"-Wno-tautological-constant-out-of-range-compare",