Use shared libcrypto

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

Bug: 141248879
Test: m checkbuild
Change-Id: I811db67a35b321505e50476313384fe51d8154d2
gugelfrei
Colin Cross 5 years ago
parent dabfdafb81
commit c795e471c1

@ -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",

Loading…
Cancel
Save