summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorMattias Nissler <mnissler@google.com>2016-04-13 01:30:02 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-04-13 01:30:02 +0200
commit2bf95acf7a540ba5d521b48baf520c3354ae32e1 (patch)
tree52fa2a5670a59c54d0d8fa32a860c1b79311fdcd /tests/Android.mk
parentMerge "recovery-persist: pick up both pstore console files" (diff)
parentMerge "Convert recovery to use BoringSSL instead of mincrypt." (diff)
downloadandroid_bootable_recovery-2bf95acf7a540ba5d521b48baf520c3354ae32e1.tar
android_bootable_recovery-2bf95acf7a540ba5d521b48baf520c3354ae32e1.tar.gz
android_bootable_recovery-2bf95acf7a540ba5d521b48baf520c3354ae32e1.tar.bz2
android_bootable_recovery-2bf95acf7a540ba5d521b48baf520c3354ae32e1.tar.lz
android_bootable_recovery-2bf95acf7a540ba5d521b48baf520c3354ae32e1.tar.xz
android_bootable_recovery-2bf95acf7a540ba5d521b48baf520c3354ae32e1.tar.zst
android_bootable_recovery-2bf95acf7a540ba5d521b48baf520c3354ae32e1.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 \