summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-08-08 20:41:47 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-08-08 20:41:47 +0200
commit2d7ff437ae77527c0af4aaead2878bf2e05b51c0 (patch)
tree6cca2fa6020e2840ee3d6abd4a9bfdd79b547e5a /tests
parentMerge "Recovery mode UI flicker" am: 629bde8c6c am: a5734c2ad8 am: 1e324fa459 (diff)
parentMerge "Fix references to libcrypto_utils_static." am: b97da5e0f0 am: dc97404346 (diff)
downloadandroid_bootable_recovery-2d7ff437ae77527c0af4aaead2878bf2e05b51c0.tar
android_bootable_recovery-2d7ff437ae77527c0af4aaead2878bf2e05b51c0.tar.gz
android_bootable_recovery-2d7ff437ae77527c0af4aaead2878bf2e05b51c0.tar.bz2
android_bootable_recovery-2d7ff437ae77527c0af4aaead2878bf2e05b51c0.tar.lz
android_bootable_recovery-2d7ff437ae77527c0af4aaead2878bf2e05b51c0.tar.xz
android_bootable_recovery-2d7ff437ae77527c0af4aaead2878bf2e05b51c0.tar.zst
android_bootable_recovery-2d7ff437ae77527c0af4aaead2878bf2e05b51c0.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 279a6cb49..971e5d0f0 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -48,8 +48,8 @@ LOCAL_STATIC_LIBRARIES := \
libotafault \
libbase \
libverifier \
- libcrypto_utils_static \
- libcrypto_static \
+ libcrypto_utils \
+ libcrypto \
libminui \
libminzip \
libcutils \