diff options
author | Tao Bao <tbao@google.com> | 2017-04-24 20:00:24 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-04-24 20:00:26 +0200 |
commit | b6c9c41a3d365540b7b82b44f49538f4aafdb438 (patch) | |
tree | 29859413ec83cc242f0ced8f392ee2d531493818 /Android.mk | |
parent | Merge "Reboot the device on user build after the install fails" (diff) | |
parent | librecovery: Remove -Wno-unused-parameter and add -Wall. (diff) | |
download | android_bootable_recovery-b6c9c41a3d365540b7b82b44f49538f4aafdb438.tar android_bootable_recovery-b6c9c41a3d365540b7b82b44f49538f4aafdb438.tar.gz android_bootable_recovery-b6c9c41a3d365540b7b82b44f49538f4aafdb438.tar.bz2 android_bootable_recovery-b6c9c41a3d365540b7b82b44f49538f4aafdb438.tar.lz android_bootable_recovery-b6c9c41a3d365540b7b82b44f49538f4aafdb438.tar.xz android_bootable_recovery-b6c9c41a3d365540b7b82b44f49538f4aafdb438.tar.zst android_bootable_recovery-b6c9c41a3d365540b7b82b44f49538f4aafdb438.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
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) |