summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-09-30 22:34:23 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-09-30 22:34:23 +0200
commit10e223c18100239bfc55c7ceae1744ed84ab9843 (patch)
treed914da4be18ef00a95ba4585e2cec21053db46b4 /updater/Android.mk
parentMerge "Turn on -Werror for recovery" am: 695ef7cacc am: 5269808bb0 am: dbde5cf1d5 -s ours (diff)
parentTurn on -Werror for recovery (diff)
downloadandroid_bootable_recovery-10e223c18100239bfc55c7ceae1744ed84ab9843.tar
android_bootable_recovery-10e223c18100239bfc55c7ceae1744ed84ab9843.tar.gz
android_bootable_recovery-10e223c18100239bfc55c7ceae1744ed84ab9843.tar.bz2
android_bootable_recovery-10e223c18100239bfc55c7ceae1744ed84ab9843.tar.lz
android_bootable_recovery-10e223c18100239bfc55c7ceae1744ed84ab9843.tar.xz
android_bootable_recovery-10e223c18100239bfc55c7ceae1744ed84ab9843.tar.zst
android_bootable_recovery-10e223c18100239bfc55c7ceae1744ed84ab9843.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 \