summaryrefslogtreecommitdiffstats
path: root/applypatch/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-08-03 21:01:41 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-08-03 21:01:41 +0200
commite7e656a25ba55c8a3794bbb76c6fe1ce4ebe7037 (patch)
tree6940605dc60e14a6ab168be4b38fc97a381e45c0 /applypatch/Android.mk
parentMerge "Add implemention of SortedRangeSet" am: 64cba55fbc am: fbd4b10310 am: a09376ed90 am: 8b09001e47 (diff)
parentMerge "Refactor the imgdiff" am: f411f3dcfb am: 6c1a6c389b am: e500bc3e15 (diff)
downloadandroid_bootable_recovery-e7e656a25ba55c8a3794bbb76c6fe1ce4ebe7037.tar
android_bootable_recovery-e7e656a25ba55c8a3794bbb76c6fe1ce4ebe7037.tar.gz
android_bootable_recovery-e7e656a25ba55c8a3794bbb76c6fe1ce4ebe7037.tar.bz2
android_bootable_recovery-e7e656a25ba55c8a3794bbb76c6fe1ce4ebe7037.tar.lz
android_bootable_recovery-e7e656a25ba55c8a3794bbb76c6fe1ce4ebe7037.tar.xz
android_bootable_recovery-e7e656a25ba55c8a3794bbb76c6fe1ce4ebe7037.tar.zst
android_bootable_recovery-e7e656a25ba55c8a3794bbb76c6fe1ce4ebe7037.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 \