summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-10-18 19:30:01 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-10-18 19:30:02 +0200
commit6fba98ce645bb00b4fa7f03dd1786566af919d78 (patch)
treea49e8f62581f0fbc8f7e352ee780220130435a6f /tests/Android.mk
parentMerge "Change StringValue to use std::string" (diff)
parentReplace minzip with libziparchive (diff)
downloadandroid_bootable_recovery-6fba98ce645bb00b4fa7f03dd1786566af919d78.tar
android_bootable_recovery-6fba98ce645bb00b4fa7f03dd1786566af919d78.tar.gz
android_bootable_recovery-6fba98ce645bb00b4fa7f03dd1786566af919d78.tar.bz2
android_bootable_recovery-6fba98ce645bb00b4fa7f03dd1786566af919d78.tar.lz
android_bootable_recovery-6fba98ce645bb00b4fa7f03dd1786566af919d78.tar.xz
android_bootable_recovery-6fba98ce645bb00b4fa7f03dd1786566af919d78.tar.zst
android_bootable_recovery-6fba98ce645bb00b4fa7f03dd1786566af919d78.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index ef822d1d1..abe6b6d68 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -24,11 +24,18 @@ LOCAL_MODULE := recovery_unit_test
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_STATIC_LIBRARIES := \
libverifier \
- libminui
+ libminui \
+ libotautil \
+ libziparchive \
+ libutils \
+ libz \
+ libselinux \
+ libbase
LOCAL_SRC_FILES := unit/asn1_decoder_test.cpp
LOCAL_SRC_FILES += unit/recovery_test.cpp
LOCAL_SRC_FILES += unit/locale_test.cpp
+LOCAL_SRC_FILES += unit/zip_test.cpp
LOCAL_C_INCLUDES := bootable/recovery
LOCAL_SHARED_LIBRARIES := liblog
include $(BUILD_NATIVE_TEST)
@@ -62,7 +69,7 @@ LOCAL_STATIC_LIBRARIES := \
libupdater \
libverifier \
libminui \
- libminzip \
+ libotautil \
libmounts \
liblog \
libselinux \