diff options
author | Sen Jiang <senj@google.com> | 2017-01-19 21:52:43 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-19 21:52:43 +0100 |
commit | f859652e5f3c021b36b4b25fdf89c73df051a626 (patch) | |
tree | 7eca042f8c835574b443c0012e07588c13ac8869 /applypatch/Android.mk | |
parent | Merge "Add checkers and tests for empty locale in PNG file" am: 69e73ab7a9 (diff) | |
parent | Merge "imgdiff: cache bsdiff suffix array in zip mode." (diff) | |
download | android_bootable_recovery-f859652e5f3c021b36b4b25fdf89c73df051a626.tar android_bootable_recovery-f859652e5f3c021b36b4b25fdf89c73df051a626.tar.gz android_bootable_recovery-f859652e5f3c021b36b4b25fdf89c73df051a626.tar.bz2 android_bootable_recovery-f859652e5f3c021b36b4b25fdf89c73df051a626.tar.lz android_bootable_recovery-f859652e5f3c021b36b4b25fdf89c73df051a626.tar.xz android_bootable_recovery-f859652e5f3c021b36b4b25fdf89c73df051a626.tar.zst android_bootable_recovery-f859652e5f3c021b36b4b25fdf89c73df051a626.zip |
Diffstat (limited to 'applypatch/Android.mk')
-rw-r--r-- | applypatch/Android.mk | 6 |
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) |