summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-16 07:54:08 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-16 07:54:08 +0100
commit4f86f26a3da5a0a612b0d7b5305847a6c2dae195 (patch)
tree3b23753097471749001b289ee96b26382459abef /tests/Android.mk
parentMerge changes from topic 'minui-cherrypick' (diff)
parentupdater: Fix the wrong return value for package_extract_file(). (diff)
downloadandroid_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar.gz
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar.bz2
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar.lz
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar.xz
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar.zst
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.zip
Diffstat (limited to '')
-rw-r--r--tests/Android.mk2
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 \