summaryrefslogtreecommitdiffstats
path: root/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 /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 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 5fe37fd60..132c6fe4a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -94,7 +94,7 @@ endif
endif
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
-LOCAL_CFLAGS += -Wall -Wno-unused-parameter -Werror
+LOCAL_CFLAGS += -Wall -Werror
ifneq ($(TARGET_RECOVERY_UI_MARGIN_HEIGHT),)
LOCAL_CFLAGS += -DRECOVERY_UI_MARGIN_HEIGHT=$(TARGET_RECOVERY_UI_MARGIN_HEIGHT)
@@ -173,9 +173,7 @@ LOCAL_STATIC_LIBRARIES := \
libcutils \
libutils \
liblog \
- libselinux \
- libm \
- libc
+ libselinux
LOCAL_HAL_STATIC_LIBRARIES := libhealthd