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:
Dan Willemsen
2020-06-09 16:15:03 -07:00
parent d974c03dd1
commit 761d1723ff
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \