diff options
author | Tianjie Xu <xunchang@google.com> | 2016-09-28 20:42:17 +0200 |
---|---|---|
committer | Tianjie Xu <xunchang@google.com> | 2016-09-30 04:21:24 +0200 |
commit | 7aa88748f6ec4e53333d1a15747bc44826ccc410 (patch) | |
tree | 98edb6021753eec604eb1105c45b4e8e7fa569a3 /edify | |
parent | Merge "Report uncrypt errors in details" (diff) | |
download | android_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 '')
-rw-r--r-- | edify/Android.mk | 2 |
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 |