summaryrefslogtreecommitdiffstats
path: root/boot_control/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-12 05:26:41 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-12 05:26:41 +0200
commit6cadc73deacac285ec43cc6b30c742cfd3855bac (patch)
tree0a2edcca354ed577b051c36f85013740717ae3de /boot_control/Android.mk
parentMerge "Add missing includes." (diff)
parentMerge "Drop -Wno-unused-parameter." (diff)
downloadandroid_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar
android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar.gz
android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar.bz2
android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar.lz
android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar.xz
android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar.zst
android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.zip
Diffstat (limited to '')
-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 := \