summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-21 02:54:27 +0200
committerTao Bao <tbao@google.com>2017-04-24 18:06:38 +0200
commitb24510cd60c899f2967d3f0875ee4a744aa569c2 (patch)
treef87baf5300a1c858155379d981139a7cd3480ed8 /Android.mk
parentMerge "Call libvintf to verify package compatibility." (diff)
downloadandroid_bootable_recovery-b24510cd60c899f2967d3f0875ee4a744aa569c2.tar
android_bootable_recovery-b24510cd60c899f2967d3f0875ee4a744aa569c2.tar.gz
android_bootable_recovery-b24510cd60c899f2967d3f0875ee4a744aa569c2.tar.bz2
android_bootable_recovery-b24510cd60c899f2967d3f0875ee4a744aa569c2.tar.lz
android_bootable_recovery-b24510cd60c899f2967d3f0875ee4a744aa569c2.tar.xz
android_bootable_recovery-b24510cd60c899f2967d3f0875ee4a744aa569c2.tar.zst
android_bootable_recovery-b24510cd60c899f2967d3f0875ee4a744aa569c2.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index adf478f00..5e2dddec4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -45,7 +45,7 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
install.cpp
-LOCAL_CFLAGS := -Wno-unused-parameter -Werror
+LOCAL_CFLAGS := -Wall -Werror
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
ifeq ($(AB_OTA_UPDATER),true)