summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-09-28 20:42:17 +0200
committerTianjie Xu <xunchang@google.com>2016-09-30 20:18:01 +0200
commit17e316cce0047dcb892fb6dae9924cf6e0b41516 (patch)
treeed0fa36534423e5fa55c22afa38248bd1dd303c1 /Android.mk
parentMerge "Report uncrypt errors in details" into nyc-mr1-dev-plus-aosp (diff)
downloadandroid_bootable_recovery-17e316cce0047dcb892fb6dae9924cf6e0b41516.tar
android_bootable_recovery-17e316cce0047dcb892fb6dae9924cf6e0b41516.tar.gz
android_bootable_recovery-17e316cce0047dcb892fb6dae9924cf6e0b41516.tar.bz2
android_bootable_recovery-17e316cce0047dcb892fb6dae9924cf6e0b41516.tar.lz
android_bootable_recovery-17e316cce0047dcb892fb6dae9924cf6e0b41516.tar.xz
android_bootable_recovery-17e316cce0047dcb892fb6dae9924cf6e0b41516.tar.zst
android_bootable_recovery-17e316cce0047dcb892fb6dae9924cf6e0b41516.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 74910a10f..185562307 100644
--- a/Android.mk
+++ b/Android.mk
@@ -65,7 +65,7 @@ endif
RECOVERY_API_VERSION := 3
RECOVERY_FSTAB_VERSION := 2
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
-LOCAL_CFLAGS += -Wno-unused-parameter
+LOCAL_CFLAGS += -Wno-unused-parameter -Werror
LOCAL_CLANG := true
LOCAL_C_INCLUDES += \
@@ -150,6 +150,7 @@ LOCAL_SRC_FILES := \
verifier.cpp \
ui.cpp
LOCAL_STATIC_LIBRARIES := libcrypto_utils libcrypto libbase
+LOCAL_CFLAGS := -Werror
include $(BUILD_STATIC_LIBRARY)
include \