From d45ab32d0e6683bb569adc4e67ff62532803cb1c Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Wed, 27 Sep 2017 16:12:38 -0700 Subject: Use -Werror in external/fec Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ief70e12c5a5a5cfb48aa6dd93cd703dfe90ad7f0 --- Android.bp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: { -- cgit v1.2.3