Link dynamic libcrypto.so to resolve FIPS cert breakage.

Switch Widevine service to link dynamic libcrypto.so.

Merge from http://go/wvgerrit/86323

Test: Play Movies & TV, Netflix, ExoPlayer, GTS
bug: 141082724
Change-Id: I16a7de4dab69bf3b4b550bb2ee202f4600682837
This commit is contained in:
Edwin Wong
2019-09-16 14:03:37 -07:00
parent 8a82379e81
commit 0c7dfda7e1
6 changed files with 13 additions and 14 deletions

View File

@@ -24,9 +24,9 @@ LOCAL_HEADER_LIBRARIES := \
LOCAL_STATIC_LIBRARIES := \
libcdm_protos \
libcrypto \
LOCAL_SHARED_LIBRARIES := \
libcrypto \
liblog
LOCAL_MODULE := libwvdrmcryptoplugin
@@ -62,13 +62,13 @@ LOCAL_HEADER_LIBRARIES := \
LOCAL_STATIC_LIBRARIES := \
libcdm_protos \
libcrypto \
LOCAL_SHARED_LIBRARIES := \
android.hardware.drm@1.0 \
android.hardware.drm@1.1 \
android.hardware.drm@1.2 \
android.hidl.memory@1.0 \
libcrypto \
libhidlmemory \
liblog

View File

@@ -22,7 +22,6 @@ LOCAL_STATIC_LIBRARIES := \
libcdm \
libcdm_protos \
libcdm_utils \
libcrypto \
libjsmn \
libgmock \
libgmock_main \
@@ -32,6 +31,7 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_SHARED_LIBRARIES := \
libbase \
libcrypto \
libcutils \
libdl \
liblog \
@@ -82,7 +82,6 @@ LOCAL_STATIC_LIBRARIES := \
libcdm \
libcdm_protos \
libcdm_utils \
libcrypto \
libjsmn \
libgmock \
libgmock_main \
@@ -97,6 +96,7 @@ LOCAL_SHARED_LIBRARIES := \
android.hidl.memory@1.0 \
libbase \
libbinder \
libcrypto \
libcutils \
libdl \
libhidlbase \