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

Commit da79719f authored by Alessio Balsini's avatar Alessio Balsini Committed by android-build-merger
Browse files

Merge "libsnapshot_test: Fix loading both the static and dynamic libcrypto libs"

am: 92155132

Change-Id: I1b72003da2c7fd82a5ce080871c5897cc73aad30
parents 122ae580 92155132
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -131,6 +131,7 @@ cc_test {
    ],
    ],
    shared_libs: [
    shared_libs: [
        "libbinder",
        "libbinder",
        "libcrypto",
        "libhidlbase",
        "libhidlbase",
        "libprotobuf-cpp-lite",
        "libprotobuf-cpp-lite",
        "libutils",
        "libutils",
@@ -138,7 +139,6 @@ cc_test {
    static_libs: [
    static_libs: [
        "android.hardware.boot@1.0",
        "android.hardware.boot@1.0",
        "android.hardware.boot@1.1",
        "android.hardware.boot@1.1",
        "libcrypto_static",
        "libfs_mgr",
        "libfs_mgr",
        "libgmock",
        "libgmock",
        "liblp",
        "liblp",