summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Balsini <balsini@google.com>2019-10-21 16:53:08 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-21 16:53:08 -0700
commitda79719fce4e970bf3258951ece01338877e0ac9 (patch)
treec7251cec23e27e90641e5abcc67a6f9237af2687
parent122ae5806a5e64f2bc1c9ac27599346f730790c5 (diff)
parent92155132e2b9faf8d0931c7f21197bc65b3b46ef (diff)
downloadcore-da79719fce4e970bf3258951ece01338877e0ac9.tar.gz
Merge "libsnapshot_test: Fix loading both the static and dynamic libcrypto libs"
am: 92155132e2 Change-Id: I1b72003da2c7fd82a5ce080871c5897cc73aad30
-rw-r--r--fs_mgr/libsnapshot/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_mgr/libsnapshot/Android.bp b/fs_mgr/libsnapshot/Android.bp
index ba43949f9..9256a16e2 100644
--- a/fs_mgr/libsnapshot/Android.bp
+++ b/fs_mgr/libsnapshot/Android.bp
@@ -131,6 +131,7 @@ cc_test {
],
shared_libs: [
"libbinder",
+ "libcrypto",
"libhidlbase",
"libprotobuf-cpp-lite",
"libutils",
@@ -138,7 +139,6 @@ cc_test {
static_libs: [
"android.hardware.boot@1.0",
"android.hardware.boot@1.1",
- "libcrypto_static",
"libfs_mgr",
"libgmock",
"liblp",