aboutsummaryrefslogtreecommitdiff
path: root/lib/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-28 15:28:25 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-28 15:29:44 -0700
commit059522dc16eddb04bc3996f53917d893a49dc1fe (patch)
treea0c6fe3cc2406df9bcd04d81a595b570e369645f /lib/Android.bp
parentd563c459a3290de6e72a05769bb34b6cc87e67a3 (diff)
downloadlz4-059522dc16eddb04bc3996f53917d893a49dc1fe.tar.gz
Use -Werror in external/lz4
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I0ec7317cd248255ab85447ede34bb3394c851eb4
Diffstat (limited to 'lib/Android.bp')
-rw-r--r--lib/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Android.bp b/lib/Android.bp
index 6f8aa727..6426af1a 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -13,5 +13,6 @@ cc_library {
"lz4frame.c",
"xxhash.c",
],
+ cflags: ["-Wall", "-Werror"],
export_include_dirs: ["."],
}