aboutsummaryrefslogtreecommitdiffstats
path: root/f54test/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'f54test/Android.mk')
-rw-r--r--f54test/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/f54test/Android.mk b/f54test/Android.mk
index 56e23d0..81b4521 100644
--- a/f54test/Android.mk
+++ b/f54test/Android.mk
@@ -4,7 +4,11 @@ include $(CLEAR_VARS)
LOCAL_MODULE := f54test
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../rmidevice
LOCAL_SRC_FILES := main.cpp f54test.cpp testutil.cpp display.cpp
-LOCAL_CPPFLAGS := -Wall
+LOCAL_CFLAGS := \
+ -Wall -Werror \
+ -Wno-sometimes-uninitialized \
+ -Wno-unused-parameter \
+
LOCAL_STATIC_LIBRARIES := rmidevice
include $(BUILD_EXECUTABLE)