summaryrefslogtreecommitdiffstats
path: root/boot_control
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-12 05:35:20 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-12 05:35:20 +0200
commit1431cbec0b4678aaa8079e5587fa9565a97c0f23 (patch)
tree01275bd4a3688eebc78fa5f1a1e86d32412ca2a8 /boot_control
parentMerge "Add missing includes." am: 3c4e270123 am: b23cfd43da (diff)
parentMerge "Drop -Wno-unused-parameter." am: a0e9742796 (diff)
downloadandroid_bootable_recovery-1431cbec0b4678aaa8079e5587fa9565a97c0f23.tar
android_bootable_recovery-1431cbec0b4678aaa8079e5587fa9565a97c0f23.tar.gz
android_bootable_recovery-1431cbec0b4678aaa8079e5587fa9565a97c0f23.tar.bz2
android_bootable_recovery-1431cbec0b4678aaa8079e5587fa9565a97c0f23.tar.lz
android_bootable_recovery-1431cbec0b4678aaa8079e5587fa9565a97c0f23.tar.xz
android_bootable_recovery-1431cbec0b4678aaa8079e5587fa9565a97c0f23.tar.zst
android_bootable_recovery-1431cbec0b4678aaa8079e5587fa9565a97c0f23.zip
Diffstat (limited to 'boot_control')
-rw-r--r--boot_control/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot_control/Android.mk b/boot_control/Android.mk
index 27e3d9765..9814d7122 100644
--- a/boot_control/Android.mk
+++ b/boot_control/Android.mk
@@ -24,8 +24,7 @@ LOCAL_CFLAGS := \
-D_FILE_OFFSET_BITS=64 \
-Werror \
-Wall \
- -Wextra \
- -Wno-unused-parameter
+ -Wextra
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_STATIC_LIBRARIES := libbootloader_message libfs_mgr libbase
LOCAL_POST_INSTALL_CMD := \