commit | 073164f24b212685c181c8620f0397d13e9d79c0 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Aug 05 15:59:05 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Fri Aug 05 18:08:03 2016 -0700 |
tree | 71d0f07100b6088e8963ff44b52df7cbfd0c731b | |
parent | 61240f88ead5c68424eab72194641a2310e59c3b [diff] [blame] |
Fix references to libcrypto_utils_static. Bug: http://b/30708454 Change-Id: I7a5048beff1d8b783a9683dcb4a79606a77f20ee
diff --git a/tests/Android.mk b/tests/Android.mk index 7b004b2..a683395 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -39,8 +39,8 @@ LOCAL_STATIC_LIBRARIES := \ libbase \ libverifier \ - libcrypto_utils_static \ - libcrypto_static \ + libcrypto_utils \ + libcrypto \ libminui \ libminzip \ libcutils \