aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-10-11 23:23:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-11 23:23:41 +0000
commitfd3e33525c0fa5abffbc634c3a5ab56904adc733 (patch)
tree92f3d8a88660d151d5c66b14576de1088e8fe784
parentdee2e0a12822ec62c89c2d7582f1a7d32cd0875b (diff)
parentddaac5b673f7f2fb75145d78951a0585884c2310 (diff)
downloadlibvorbis-oreo-mr1-1.2-iot-release.tar.gz
am: ddaac5b673 Change-Id: I7c143fcd2f4fb329128423a80bebc0789114b358
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 89ae7fb..6d3bc8a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,6 +29,12 @@ LOCAL_SRC_FILES := lib/analysis.c \
lib/vorbisfile.c \
lib/window.c
+LOCAL_CFLAGS := \
+ -Wall -Werror \
+ -Wno-unused-function \
+ -Wno-unused-parameter \
+ -Wno-unused-variable \
+
LOCAL_STATIC_LIBRARIES := libogg
LOCAL_SDK_VERSION := 14