diff options
author | Tao Bao <tbao@google.com> | 2017-10-12 05:26:41 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-12 05:26:41 +0200 |
commit | 6cadc73deacac285ec43cc6b30c742cfd3855bac (patch) | |
tree | 0a2edcca354ed577b051c36f85013740717ae3de /boot_control | |
parent | Merge "Add missing includes." (diff) | |
parent | Merge "Drop -Wno-unused-parameter." (diff) | |
download | android_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 'boot_control')
-rw-r--r-- | boot_control/Android.mk | 3 |
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 := \ |