summaryrefslogtreecommitdiffstats
path: root/applypatch/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-08-03 20:12:23 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-08-03 20:12:23 +0200
commitf411f3dcfb334347e075635e426bd7c115e7fed3 (patch)
tree823184eae3ca68eb4061a37c0baf652e21f63305 /applypatch/Android.mk
parentMerge "Add implemention of SortedRangeSet" (diff)
parentRefactor the imgdiff (diff)
downloadandroid_bootable_recovery-f411f3dcfb334347e075635e426bd7c115e7fed3.tar
android_bootable_recovery-f411f3dcfb334347e075635e426bd7c115e7fed3.tar.gz
android_bootable_recovery-f411f3dcfb334347e075635e426bd7c115e7fed3.tar.bz2
android_bootable_recovery-f411f3dcfb334347e075635e426bd7c115e7fed3.tar.lz
android_bootable_recovery-f411f3dcfb334347e075635e426bd7c115e7fed3.tar.xz
android_bootable_recovery-f411f3dcfb334347e075635e426bd7c115e7fed3.tar.zst
android_bootable_recovery-f411f3dcfb334347e075635e426bd7c115e7fed3.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 \