summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-08-08 20:29:10 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-08-08 20:29:10 +0200
commitb97da5e0f0ca49b92759ea57415e7064fc29c77d (patch)
tree51fbab5cb49dbb32692ba762678e90890f694cef /tests
parentMerge "Recovery mode UI flicker" (diff)
parentFix references to libcrypto_utils_static. (diff)
downloadandroid_bootable_recovery-b97da5e0f0ca49b92759ea57415e7064fc29c77d.tar
android_bootable_recovery-b97da5e0f0ca49b92759ea57415e7064fc29c77d.tar.gz
android_bootable_recovery-b97da5e0f0ca49b92759ea57415e7064fc29c77d.tar.bz2
android_bootable_recovery-b97da5e0f0ca49b92759ea57415e7064fc29c77d.tar.lz
android_bootable_recovery-b97da5e0f0ca49b92759ea57415e7064fc29c77d.tar.xz
android_bootable_recovery-b97da5e0f0ca49b92759ea57415e7064fc29c77d.tar.zst
android_bootable_recovery-b97da5e0f0ca49b92759ea57415e7064fc29c77d.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 7b004b2a0..a683395fc 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -39,8 +39,8 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := \
libbase \
libverifier \
- libcrypto_utils_static \
- libcrypto_static \
+ libcrypto_utils \
+ libcrypto \
libminui \
libminzip \
libcutils \