summaryrefslogtreecommitdiffstats
path: root/updater
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 04:21:24 +0200
commit7aa88748f6ec4e53333d1a15747bc44826ccc410 (patch)
tree98edb6021753eec604eb1105c45b4e8e7fa569a3 /updater
parentMerge "Report uncrypt errors in details" (diff)
downloadandroid_bootable_recovery-7aa88748f6ec4e53333d1a15747bc44826ccc410.tar
android_bootable_recovery-7aa88748f6ec4e53333d1a15747bc44826ccc410.tar.gz
android_bootable_recovery-7aa88748f6ec4e53333d1a15747bc44826ccc410.tar.bz2
android_bootable_recovery-7aa88748f6ec4e53333d1a15747bc44826ccc410.tar.lz
android_bootable_recovery-7aa88748f6ec4e53333d1a15747bc44826ccc410.tar.xz
android_bootable_recovery-7aa88748f6ec4e53333d1a15747bc44826ccc410.tar.zst
android_bootable_recovery-7aa88748f6ec4e53333d1a15747bc44826ccc410.zip
Diffstat (limited to 'updater')
-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 \