aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-10-09 19:09:22 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 19:09:22 +0000
commit5e34e696f26ac67d54950371e59c4e68e10bb5cf (patch)
tree244e9ea532175bae88e31138dc01c3045f221cd0
parent3011eefea27b7664114f57850923a40bfef15c76 (diff)
parent4d66072c9379f198d678ebf210ace0e067a5a1c6 (diff)
downloadlibogg-5e34e696f26ac67d54950371e59c4e68e10bb5cf.tar.gz
Merge "Use -Werror in external/libogg"android-o-mr1-iot-preview-6o-mr1-iot-preview-6
am: 4d66072c93 Change-Id: Iee08a24721ead5e19bf70b7c3414220cf13ba4cb
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8011e1c..01f038b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -6,6 +6,8 @@ cc_library_static {
"src/framing.c",
],
+ cflags: ["-Wall", "-Werror"],
+
export_include_dirs: ["include"],
sdk_version: "14",