aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 20:03:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 20:03:31 +0000
commitacd09985ff0da954f51d45045f81e876a63f7650 (patch)
tree685cb21ae8689bc976d6d64535ff1515e9d59b52
parentc55984da5ea66d0fe4bd4d23855fe3ecaecdec72 (diff)
parent24c70d0df3e212d328f9c19dd8c119d2e8459e43 (diff)
downloadsonic-acd09985ff0da954f51d45045f81e876a63f7650.tar.gz
Use -Werror in external/sonic am: c4d7bdd54c am: 603ce17264
am: 24c70d0df3 Change-Id: Id443c69dd791e323470c663d96ec16a5b9b5d155
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 542e254..617955b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -6,6 +6,8 @@ cc_library_shared {
cflags: [
"-Wno-sequence-point",
"-Wno-extra",
+ "-Wall",
+ "-Werror",
],
cppflags: ["-std=c++98"],