aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-11-08 13:48:00 -0800
committerChih-Hung Hsieh <chh@google.com>2017-11-08 14:03:41 -0800
commit8bdf2c34ffb525156ce14a66d953966889c18dfb (patch)
treef5cac0bf2fb7a31e276679a83c3f8f6d77e4e895
parent78abbca377701d4e705ad5347052b521bdb972ff (diff)
downloadomx-components-8bdf2c34ffb525156ce14a66d953966889c18dfb.tar.gz
Use -Werror in hardware/intel/common/omx-components/videocodecandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I3ab89ee04870c41a40c12cc9f02507515caf0d0f
-rwxr-xr-xvideocodec/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/Android.mk b/videocodec/Android.mk
index 438a238..89779cc 100755
--- a/videocodec/Android.mk
+++ b/videocodec/Android.mk
@@ -511,7 +511,7 @@ LOCAL_CFLAGS += -DUSE_META_DATA
endif
# TODO: Fix this.
-LOCAL_CFLAGS += -Wno-error=unused-variable
+LOCAL_CFLAGS += -Wall -Werror -Wno-error=unused-variable
include $(BUILD_SHARED_LIBRARY)
endif