summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-04-13 01:12:35 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-04-13 01:12:35 +0200
commit62e6637f8bfad588ff0b3c72beacab5c079db203 (patch)
tree52fa2a5670a59c54d0d8fa32a860c1b79311fdcd /tests/Android.mk
parentMerge "recovery-persist: pick up both pstore console files" (diff)
parentConvert recovery to use BoringSSL instead of mincrypt. (diff)
downloadandroid_bootable_recovery-62e6637f8bfad588ff0b3c72beacab5c079db203.tar
android_bootable_recovery-62e6637f8bfad588ff0b3c72beacab5c079db203.tar.gz
android_bootable_recovery-62e6637f8bfad588ff0b3c72beacab5c079db203.tar.bz2
android_bootable_recovery-62e6637f8bfad588ff0b3c72beacab5c079db203.tar.lz
android_bootable_recovery-62e6637f8bfad588ff0b3c72beacab5c079db203.tar.xz
android_bootable_recovery-62e6637f8bfad588ff0b3c72beacab5c079db203.tar.zst
android_bootable_recovery-62e6637f8bfad588ff0b3c72beacab5c079db203.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 8f55fc0df..7b004b2a0 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -39,7 +39,8 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := \
libbase \
libverifier \
- libmincrypt \
+ libcrypto_utils_static \
+ libcrypto_static \
libminui \
libminzip \
libcutils \