summaryrefslogtreecommitdiffstats
path: root/edify/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 /edify/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 '')
-rw-r--r--edify/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/edify/Android.mk b/edify/Android.mk
index 71cf7652a..b397045cf 100644
--- a/edify/Android.mk
+++ b/edify/Android.mk
@@ -16,6 +16,7 @@ LOCAL_SRC_FILES := \
$(edify_src_files) \
main.cpp
+LOCAL_CFLAGS := -Werror
LOCAL_CPPFLAGS := -g -O0
LOCAL_MODULE := edify
LOCAL_YACCFLAGS := -v
@@ -34,6 +35,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(edify_src_files)
+LOCAL_CFLAGS := -Werror
LOCAL_CPPFLAGS := -Wno-unused-parameter
LOCAL_CPPFLAGS += -Wno-deprecated-register
LOCAL_MODULE := libedify