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 := \
|
||||
libcdm \
|
||||
libcdm_utils \
|
||||
libcrypto_static \
|
||||
libgtest \
|
||||
libgtest_main \
|
||||
libwvlevel3 \
|
||||
@@ -43,6 +42,7 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libbase \
|
||||
libcrypto \
|
||||
libdl \
|
||||
liblog \
|
||||
libmedia_omx \
|
||||
|
||||
Reference in New Issue
Block a user