Merge "drm vts: link dynamic libcrypto.so to pass FIPS" am: 5fe9f89858 am: 086c30878e

Change-Id: Id15b7a05b2f65bc89587335abc40a99d7a9d8106
This commit is contained in:
Automerger Merge Worker
2020-03-03 05:58:46 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -43,12 +43,12 @@ cc_library_static {
"android.hardware.drm@1.0",
"android.hidl.allocator@1.0",
"android.hidl.memory@1.0",
"libcrypto",
"libhidlmemory",
"libnativehelper",
],
static_libs: [
"android.hardware.drm@1.0-helper",
"libcrypto_static",
"libdrmvtshelper",
],
export_shared_lib_headers: [
@@ -76,12 +76,12 @@ cc_test {
"android.hardware.drm@1.0",
"android.hidl.allocator@1.0",
"android.hidl.memory@1.0",
"libcrypto",
"libhidlmemory",
"libnativehelper",
],
static_libs: [
"android.hardware.drm@1.0-helper",
"libcrypto_static",
"libdrmvtshelper",
],
arch: {

View File

@@ -31,12 +31,12 @@ cc_library_static {
"android.hardware.drm@1.2",
"android.hidl.allocator@1.0",
"android.hidl.memory@1.0",
"libcrypto",
"libhidlmemory",
"libnativehelper",
],
static_libs: [
"android.hardware.drm@1.0-helper",
"libcrypto_static",
"libdrmvtshelper",
],
export_shared_lib_headers: [
@@ -63,11 +63,11 @@ cc_test {
"android.hardware.drm@1.0",
"android.hardware.drm@1.2",
"android.hidl.allocator@1.0",
"libcrypto",
"libhidlmemory",
],
static_libs: [
"android.hardware.drm@1.0-helper",
"libcrypto_static",
"libdrmvtshelper",
],
arch: {