aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-03 00:22:37 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 00:22:37 +0000
commit9731ff6d2b2c4f193598827406c0bf13553bbd6e (patch)
treec28e65883c2587f3f19a80e40020ad89ba49dabd
parentfc21126d74bb5d0af2be0c70648acbc10ccc6ca5 (diff)
parentdd38963ae7d67e64366ad8345a6ce072854e889d (diff)
downloadnanopb-c-o-mr1-iot-preview-6.tar.gz
Use -Werror in external/nanopb-candroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
am: dd38963ae7 Change-Id: I034c75367e921e27a99208917e019231d8c39334
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 29722c4..f7d729f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,6 +17,8 @@
cc_defaults {
name: "libprotobuf-c-nano-defaults",
cflags: [
+ "-Wall",
+ "-Werror",
"-Wno-sign-compare",
"-Wno-unused-parameter",
],