summaryrefslogtreecommitdiffstats
path: root/nfc/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'nfc/Android.mk')
-rw-r--r--nfc/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfc/Android.mk b/nfc/Android.mk
index 39ca331..3001be3 100644
--- a/nfc/Android.mk
+++ b/nfc/Android.mk
@@ -21,6 +21,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_SRC_FILES := nfc_hw.c
LOCAL_SHARED_LIBRARIES := liblog libcutils
LOCAL_MODULE_TAGS := optional
+LOCAL_CFLAGS := -Wall -Werror
LOCAL_CFLAGS += -D$(TARGET_DEVICE)
include $(BUILD_SHARED_LIBRARY)