aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-11-08 13:50:37 -0800
committerChih-Hung Hsieh <chh@google.com>2017-11-08 13:51:20 -0800
commit226065abc7e4fb77165e0f820a4c7ff3cc11125e (patch)
tree4f616396f609f1aea7c12fdb8d6349b5f27cb584
parenta5760c68f2880c7451d4fc84b629c9142fe65dae (diff)
downloadlibwsbm-226065abc7e4fb77165e0f820a4c7ff3cc11125e.tar.gz
Use -Werror in hardware/intel/common/libwsbm/srcandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ib34ea4b9da0cddc2173eb241a4e872b5adce613a
-rw-r--r--src/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Android.mk b/src/Android.mk
index a049c9d..1482056 100644
--- a/src/Android.mk
+++ b/src/Android.mk
@@ -14,6 +14,7 @@ LOCAL_SRC_FILES:= \
wsbm_userpool.c
LOCAL_CFLAGS += -DHAVE_CONFIG_H
+LOCAL_CFLAGS += -Wall -Werror
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../ \
$(TARGET_OUT_HEADERS)/drm \