Link dynamic libcrypto.so to resolve FIPS cert breakage.
am: 42893d22b6
Change-Id: Ib996ee659471d9ba357ea3b02e443bdbc1d766b4
This commit is contained in:
@@ -73,8 +73,6 @@ LOCAL_MODULE := libcdm_utils
|
||||
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libcrypto
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
vendor/widevine/libwvdrmengine/cdm/core/include \
|
||||
vendor/widevine/libwvdrmengine/cdm/include \
|
||||
@@ -87,6 +85,7 @@ LOCAL_HEADER_LIBRARIES := \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
liblog \
|
||||
libcrypto
|
||||
|
||||
LOCAL_CFLAGS := -DCORE_UTIL_IMPLEMENTATION
|
||||
|
||||
@@ -164,7 +163,6 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libcdm \
|
||||
libcdm_protos \
|
||||
libcdm_utils \
|
||||
libcrypto \
|
||||
libjsmn \
|
||||
libwvdrmcryptoplugin \
|
||||
libwvdrmdrmplugin \
|
||||
@@ -172,6 +170,7 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libbase \
|
||||
libcrypto \
|
||||
libdl \
|
||||
liblog \
|
||||
libprotobuf-cpp-lite \
|
||||
@@ -225,7 +224,6 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libcdm \
|
||||
libcdm_protos \
|
||||
libcdm_utils \
|
||||
libcrypto \
|
||||
libjsmn \
|
||||
libwvdrmcryptoplugin_hidl \
|
||||
libwvdrmdrmplugin_hidl \
|
||||
@@ -237,6 +235,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.drm@1.2 \
|
||||
android.hidl.memory@1.0 \
|
||||
libbase \
|
||||
libcrypto \
|
||||
libdl \
|
||||
libhidlbase \
|
||||
libhidlmemory \
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -63,14 +63,14 @@ LOCAL_HEADER_LIBRARIES := \
|
||||
libutils_headers \
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libcdm_protos \
|
||||
libcrypto
|
||||
libcdm_protos
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.drm@1.0 \
|
||||
android.hardware.drm@1.1 \
|
||||
android.hardware.drm@1.2 \
|
||||
android.hidl.memory@1.0 \
|
||||
libcrypto \
|
||||
liblog
|
||||
|
||||
LOCAL_MODULE := libwvdrmdrmplugin_hidl
|
||||
|
||||
@@ -23,7 +23,6 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libcdm \
|
||||
libcdm_protos \
|
||||
libcdm_utils \
|
||||
libcrypto \
|
||||
libjsmn \
|
||||
libgmock \
|
||||
libgmock_main \
|
||||
@@ -33,6 +32,7 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libbase \
|
||||
libcrypto \
|
||||
libdl \
|
||||
liblog \
|
||||
libprotobuf-cpp-lite \
|
||||
@@ -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 \
|
||||
libbinder \
|
||||
libbase \
|
||||
libcrypto \
|
||||
libdl \
|
||||
libhidlbase \
|
||||
libhidlmemory \
|
||||
@@ -150,7 +150,6 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libgtest \
|
||||
libgtest_main \
|
||||
libwvdrmdrmplugin_hidl \
|
||||
libcrypto \
|
||||
libjsmn \
|
||||
libwvlevel3 \
|
||||
libwvdrmdrmplugin_hidl \
|
||||
@@ -160,6 +159,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.drm@1.1 \
|
||||
android.hardware.drm@1.2 \
|
||||
android.hidl.memory@1.0 \
|
||||
libcrypto \
|
||||
libhidlbase \
|
||||
libhidlmemory \
|
||||
libhidltransport \
|
||||
|
||||
@@ -25,10 +25,10 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libgtest \
|
||||
libcdm \
|
||||
libcdm_utils \
|
||||
libcrypto
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libbase \
|
||||
libcrypto \
|
||||
liblog \
|
||||
libssl \
|
||||
libutils \
|
||||
|
||||
Reference in New Issue
Block a user