summaryrefslogtreecommitdiffstats
path: root/applypatch/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-07-19 23:16:30 +0200
committerTianjie Xu <xunchang@google.com>2017-08-02 23:29:45 +0200
commit6b03ba7902cd97e305d9354fd6a733ab0d2f10fe (patch)
tree823184eae3ca68eb4061a37c0baf652e21f63305 /applypatch/Android.mk
parentMerge "Add implemention of SortedRangeSet" (diff)
downloadandroid_bootable_recovery-6b03ba7902cd97e305d9354fd6a733ab0d2f10fe.tar
android_bootable_recovery-6b03ba7902cd97e305d9354fd6a733ab0d2f10fe.tar.gz
android_bootable_recovery-6b03ba7902cd97e305d9354fd6a733ab0d2f10fe.tar.bz2
android_bootable_recovery-6b03ba7902cd97e305d9354fd6a733ab0d2f10fe.tar.lz
android_bootable_recovery-6b03ba7902cd97e305d9354fd6a733ab0d2f10fe.tar.xz
android_bootable_recovery-6b03ba7902cd97e305d9354fd6a733ab0d2f10fe.tar.zst
android_bootable_recovery-6b03ba7902cd97e305d9354fd6a733ab0d2f10fe.zip
Diffstat (limited to 'applypatch/Android.mk')
-rw-r--r--applypatch/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/applypatch/Android.mk b/applypatch/Android.mk
index a7412d238..7aed0a95a 100644
--- a/applypatch/Android.mk
+++ b/applypatch/Android.mk
@@ -127,7 +127,8 @@ libimgdiff_src_files := imgdiff.cpp
# libbsdiff is compiled with -D_FILE_OFFSET_BITS=64.
libimgdiff_cflags := \
-Werror \
- -D_FILE_OFFSET_BITS=64
+ -D_FILE_OFFSET_BITS=64 \
+ -DZLIB_CONST
libimgdiff_static_libraries := \
libbsdiff \