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:
@@ -68,7 +68,6 @@ LOCAL_C_INCLUDES := \
|
||||
vendor/widevine/libwvdrmengine/oemcrypto/include \
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libcrypto_static \
|
||||
libgtest \
|
||||
libgtest_main \
|
||||
|
||||
@@ -78,6 +77,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.drm@1.2 \
|
||||
android.hardware.drm@1.3 \
|
||||
libbase \
|
||||
libcrypto \
|
||||
libdl \
|
||||
libhidlbase \
|
||||
libhidlmemory \
|
||||
|
||||
Reference in New Issue
Block a user