diff options
author | Tao Bao <tbao@google.com> | 2016-11-16 06:27:27 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-11-16 06:27:27 +0100 |
commit | 7e3d156b86b816588379484640f32b66f5bfe4c8 (patch) | |
tree | 65410f83e121df55cbdec80e9b2f746096810cf7 /tests/Android.mk | |
parent | Merge "Add .clang-format style file." am: b76960c984 am: 1f0af0c2ea (diff) | |
parent | updater: Fix the wrong return value for package_extract_file(). (diff) | |
download | android_bootable_recovery-7e3d156b86b816588379484640f32b66f5bfe4c8.tar android_bootable_recovery-7e3d156b86b816588379484640f32b66f5bfe4c8.tar.gz android_bootable_recovery-7e3d156b86b816588379484640f32b66f5bfe4c8.tar.bz2 android_bootable_recovery-7e3d156b86b816588379484640f32b66f5bfe4c8.tar.lz android_bootable_recovery-7e3d156b86b816588379484640f32b66f5bfe4c8.tar.xz android_bootable_recovery-7e3d156b86b816588379484640f32b66f5bfe4c8.tar.zst android_bootable_recovery-7e3d156b86b816588379484640f32b66f5bfe4c8.zip |
Diffstat (limited to 'tests/Android.mk')
-rw-r--r-- | tests/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index e87a22964..fdc947028 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -92,6 +92,8 @@ LOCAL_STATIC_LIBRARIES := \ libcrypto \ libcutils \ libbz \ + libziparchive \ + libutils \ libz \ libbase \ libtune2fs \ |