From 65f6b95b6d957baf0621836da42ab5c155b0ef45 Mon Sep 17 00:00:00 2001 From: Robert Shih Date: Wed, 26 Feb 2020 15:25:51 -0800 Subject: [PATCH] drm@1.3 vts: link dynamic libcrypto.so to pass FIPS Bug: 149035295 Test: VtsHalDrmV1_3TargetTest Change-Id: I34d3537d1008c2d03db78b33687879b9fe24e8ad --- drm/1.3/vts/functional/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drm/1.3/vts/functional/Android.bp b/drm/1.3/vts/functional/Android.bp index 4be157584b..ac1f912c08 100644 --- a/drm/1.3/vts/functional/Android.bp +++ b/drm/1.3/vts/functional/Android.bp @@ -30,12 +30,12 @@ cc_library_static { "android.hardware.drm@1.3", "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_include_dirs: [ @@ -63,12 +63,12 @@ cc_test { "android.hardware.drm@1.3", "android.hidl.allocator@1.0", "android.hidl.memory@1.0", + "libcrypto", "libhidlmemory", "libnativehelper", ], static_libs: [ "android.hardware.drm@1.0-helper", - "libcrypto_static", "libdrmvtshelper", ], test_suites: [