aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-28 14:38:53 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-28 14:39:20 -0700
commit7d0b87138b7bcc15bc11b32d9eb0488b690b14bc (patch)
tree244e9ea532175bae88e31138dc01c3045f221cd0
parent5bab317e01c15cdccde1ac550aac701f436518a6 (diff)
downloadlibogg-7d0b87138b7bcc15bc11b32d9eb0488b690b14bc.tar.gz
Use -Werror in external/libogg
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I24df79e9a0cbff43bb4009d866a2e9cf953afe09
-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",