summaryrefslogtreecommitdiffstats
path: root/updater/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 /updater/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 'updater/Android.mk')
-rw-r--r--updater/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index e4d73a45a..507088dcd 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -61,7 +61,7 @@ LOCAL_STATIC_LIBRARIES += \
libtune2fs \
$(tune2fs_static_libraries)
-LOCAL_CFLAGS += -Wno-unused-parameter
+LOCAL_CFLAGS += -Wno-unused-parameter -Werror
LOCAL_C_INCLUDES += system/extras/ext4_utils
LOCAL_STATIC_LIBRARIES += \
libsparse_static \