summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-24 21:38:16 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-24 21:38:16 +0200
commit4a1c086b8e006d59bd29b71dd5471e160d4e18ba (patch)
treebd5da9820d8dd0f7fea000b2d34e5ddc7f260c5e /Android.mk
parentMerge "Reboot the device on user build after the install fails" am: d6f436849d am: 4849c87033 am: 0cd8986bc2 (diff)
parentMerge "librecovery: Remove -Wno-unused-parameter and add -Wall." am: b6c9c41a3d am: 0cf72f0f14 (diff)
downloadandroid_bootable_recovery-4a1c086b8e006d59bd29b71dd5471e160d4e18ba.tar
android_bootable_recovery-4a1c086b8e006d59bd29b71dd5471e160d4e18ba.tar.gz
android_bootable_recovery-4a1c086b8e006d59bd29b71dd5471e160d4e18ba.tar.bz2
android_bootable_recovery-4a1c086b8e006d59bd29b71dd5471e160d4e18ba.tar.lz
android_bootable_recovery-4a1c086b8e006d59bd29b71dd5471e160d4e18ba.tar.xz
android_bootable_recovery-4a1c086b8e006d59bd29b71dd5471e160d4e18ba.tar.zst
android_bootable_recovery-4a1c086b8e006d59bd29b71dd5471e160d4e18ba.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)