aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 16:12:38 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-28 10:36:50 -0700
commitd45ab32d0e6683bb569adc4e67ff62532803cb1c (patch)
tree3a608726ff06a68e53f481172f00d763c5c8c207
parent97aed336a531f923f7b044db6d9e9ba4ced84bc0 (diff)
downloadfec-d45ab32d0e6683bb569adc4e67ff62532803cb1c.tar.gz
Use -Werror in external/fec
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ief70e12c5a5a5cfb48aa6dd93cd703dfe90ad7f0
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index c8558ad..4912db2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -8,7 +8,11 @@ cc_library_static {
"decode_rs_char.c",
"init_rs_char.c",
],
- cflags: ["-Wall", "-O3"],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ "-O3"
+ ],
export_include_dirs: ["."],
target: {