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

Commit c795e471 authored by Colin Cross's avatar Colin Cross
Browse files

Use shared libcrypto

Shared libcrypto provides FIPS self tests, use it whenever possible.

Bug: 141248879
Test: m checkbuild
Change-Id: I811db67a35b321505e50476313384fe51d8154d2
parent dabfdafb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ cc_library_shared {
        "android.hardware.cas.native@1.0",
        "android.hidl.token@1.0-utils",
        "android.hidl.allocator@1.0",
        "libcrypto",
        "libhidlmemory",
        "libhidlbase",
        "liblog",
@@ -29,7 +30,6 @@ cc_library_shared {
    ],

    static_libs: [
        "libcrypto",
        "libstagefright_foundation_without_imemory",
        "libstagefright_mpeg2support",
        "libutils",