Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f88b4e6 authored by Alessio Balsini's avatar Alessio Balsini
Browse files

libsnapshot_test: Fix loading both the static and dynamic libcrypto libs



libsnapshot_test was depending both directly on libcrypto_static and
indirectly through liblp on libcrypto.  This was causing a failure at
runtime on the sanity check when loading the libcrypto library.
Dropped the dependency on libcrypto_static and switched to the dynamic
libcrypto to fix this violation.

Test: libsnapshot_test
Fixes: 143094706
Change-Id: Iba959e234348f7deb81893c9105a13628ce0eb6e
Signed-off-by: default avatarTobias Thierer <tobiast@google.com>
Signed-off-by: default avatarAlessio Balsini <balsini@google.com>
parent 32e7325c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",