commit | 603ce172640cb1d01b8166d554f4869c63214ef6 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Mon Oct 09 19:51:09 2017 +0000 |
committer | android-build-merger <[email protected]> | Mon Oct 09 19:51:09 2017 +0000 |
tree | 685cb21ae8689bc976d6d64535ff1515e9d59b52 | |
parent | c55984da5ea66d0fe4bd4d23855fe3ecaecdec72 [diff] | |
parent | c4d7bdd54c0296fb658e8cac50b1b3eb4aaa83d8 [diff] |
Use -Werror in external/sonic am: c4d7bdd54c Change-Id: Idafffbc2f060a1ec3c82c0fb0147fed871bad6c0
diff --git a/Android.bp b/Android.bp index 542e254..617955b 100644 --- a/Android.bp +++ b/Android.bp
@@ -6,6 +6,8 @@ cflags: [ "-Wno-sequence-point", "-Wno-extra", + "-Wall", + "-Werror", ], cppflags: ["-std=c++98"],