summaryrefslogtreecommitdiffstats
path: root/applypatch/Android.mk
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2017-01-19 21:50:13 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-19 21:50:13 +0100
commit9bb0819ef64f6a859dfd5a9dea06ae312fa5ed27 (patch)
treea17ada117902fe655e00a18a536dfb9f5e4df3d1 /applypatch/Android.mk
parentMerge "Add checkers and tests for empty locale in PNG file" (diff)
parentMerge "imgdiff: cache bsdiff suffix array in zip mode." (diff)
downloadandroid_bootable_recovery-9bb0819ef64f6a859dfd5a9dea06ae312fa5ed27.tar
android_bootable_recovery-9bb0819ef64f6a859dfd5a9dea06ae312fa5ed27.tar.gz
android_bootable_recovery-9bb0819ef64f6a859dfd5a9dea06ae312fa5ed27.tar.bz2
android_bootable_recovery-9bb0819ef64f6a859dfd5a9dea06ae312fa5ed27.tar.lz
android_bootable_recovery-9bb0819ef64f6a859dfd5a9dea06ae312fa5ed27.tar.xz
android_bootable_recovery-9bb0819ef64f6a859dfd5a9dea06ae312fa5ed27.tar.zst
android_bootable_recovery-9bb0819ef64f6a859dfd5a9dea06ae312fa5ed27.zip
Diffstat (limited to 'applypatch/Android.mk')
-rw-r--r--applypatch/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/applypatch/Android.mk b/applypatch/Android.mk
index ec3c6ee38..85b5c9fcd 100644
--- a/applypatch/Android.mk
+++ b/applypatch/Android.mk
@@ -124,6 +124,8 @@ libimgdiff_cflags := \
libimgdiff_static_libraries := \
libbsdiff \
+ libdivsufsort \
+ libdivsufsort64 \
libbase \
libz
@@ -166,7 +168,5 @@ LOCAL_CFLAGS := -Werror
LOCAL_STATIC_LIBRARIES := \
libimgdiff \
$(libimgdiff_static_libraries) \
- libbz \
- libdivsufsort \
- libdivsufsort64
+ libbz
include $(BUILD_HOST_EXECUTABLE)