Replace libcrypto_static with libcrypto
libcrypto_static has restricted visibility, which is now being implemented in Make, so we either need to allow it for all vendor modules, or use the shared library instead. Bug: 158599308 Test: treehugger Test: mmma vendor/widevine/libwvdrmengine Change-Id: I88ddce7ad221c66a20f4e05409ae77421e4196ad
This commit is contained in:
@@ -32,7 +32,6 @@ LOCAL_C_INCLUDES += \
|
|||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libcdm \
|
libcdm \
|
||||||
libcdm_utils \
|
libcdm_utils \
|
||||||
libcrypto_static \
|
|
||||||
libgtest \
|
libgtest \
|
||||||
libgtest_main \
|
libgtest_main \
|
||||||
libwvlevel3 \
|
libwvlevel3 \
|
||||||
@@ -43,6 +42,7 @@ LOCAL_STATIC_LIBRARIES := \
|
|||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libbase \
|
libbase \
|
||||||
|
libcrypto \
|
||||||
libdl \
|
libdl \
|
||||||
liblog \
|
liblog \
|
||||||
libmedia_omx \
|
libmedia_omx \
|
||||||
|
|||||||
@@ -68,7 +68,6 @@ LOCAL_C_INCLUDES := \
|
|||||||
vendor/widevine/libwvdrmengine/oemcrypto/include \
|
vendor/widevine/libwvdrmengine/oemcrypto/include \
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libcrypto_static \
|
|
||||||
libgtest \
|
libgtest \
|
||||||
libgtest_main \
|
libgtest_main \
|
||||||
|
|
||||||
@@ -78,6 +77,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
android.hardware.drm@1.2 \
|
android.hardware.drm@1.2 \
|
||||||
android.hardware.drm@1.3 \
|
android.hardware.drm@1.3 \
|
||||||
libbase \
|
libbase \
|
||||||
|
libcrypto \
|
||||||
libdl \
|
libdl \
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
libhidlmemory \
|
libhidlmemory \
|
||||||
|
|||||||
Reference in New Issue
Block a user