aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 16:16:25 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-27 16:19:44 -0700
commit5dd1ef030977a657056a0a26a691f97d7878ea80 (patch)
treefa44595d0e8518214efae46759bd15adc8f8d9de
parentf4d6768e2595b881a146e41e275f77203db9bc56 (diff)
downloadfmtlib-5dd1ef030977a657056a0a26a691f97d7878ea80.tar.gz
Use -Werror in external/fmtlib
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ibea784872e276933cbe4b1e36ab801868331cbae
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e8f4b3a9..65a75455 100644
--- a/Android.bp
+++ b/Android.bp
@@ -4,6 +4,8 @@ cc_library {
cflags: [
"-std=c++11",
"-fno-exceptions",
+ "-Wall",
+ "-Werror",
],
sanitize: {
misc_undefined: ["integer"],