summaryrefslogtreecommitdiffstats
path: root/minui
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 /minui
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 'minui')
-rw-r--r--minui/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/minui/Android.mk b/minui/Android.mk
index 380ec2bfd..67b81fc6d 100644
--- a/minui/Android.mk
+++ b/minui/Android.mk
@@ -13,6 +13,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES += libadf
LOCAL_WHOLE_STATIC_LIBRARIES += libdrm
LOCAL_WHOLE_STATIC_LIBRARIES += libsync_recovery
LOCAL_STATIC_LIBRARIES += libpng
+LOCAL_CFLAGS := -Werror
LOCAL_MODULE := libminui
@@ -46,4 +47,5 @@ LOCAL_CLANG := true
LOCAL_MODULE := libminui
LOCAL_WHOLE_STATIC_LIBRARIES += libminui
LOCAL_SHARED_LIBRARIES := libpng
+LOCAL_CFLAGS := -Werror
include $(BUILD_SHARED_LIBRARY)