aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-28 12:35:07 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-28 12:35:44 -0700
commit1f3a063ac0860e4895495f3b4955510557b4fcf5 (patch)
tree759af71c0847fb37f314cb20c1835a85e84700c6
parent228d04d8c2b1c918c702a8132eaf2048aa24ff5f (diff)
downloadjsmn-1f3a063ac0860e4895495f3b4955510557b4fcf5.tar.gz
Use -Werror in external/jsmn
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I63f636cd85fa6453a8d8d41a2f3281924b0349f7
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fe31fec..10a51ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,5 +18,6 @@ cc_library_static {
name: "libjsmn",
vendor_available: true,
srcs: ["jsmn.c"],
+ cflags: ["-Wall", "-Werror"],
export_include_dirs: ["."],
}