Correct unit/integration tests being aborted
[ Merge of http://go/wvgerrit/90244 ] Tests now link with the dynamic rather than static version of libcrypto. Bug: 145007632 Test: Unit/integration test Change-Id: I62e34cac8fdbb8fcf7da5dc8bea142bf2aa76a2f
This commit is contained in:
@@ -36,7 +36,6 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libcdm \
|
||||
libcdm_protos \
|
||||
libcdm_utils \
|
||||
libcrypto_static \
|
||||
libjsmn \
|
||||
libgmock \
|
||||
libgtest \
|
||||
@@ -44,6 +43,7 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libbase \
|
||||
libcrypto \
|
||||
libdl \
|
||||
liblog \
|
||||
libmedia_omx \
|
||||
|
||||
@@ -18,11 +18,11 @@ LOCAL_C_INCLUDES := \
|
||||
vendor/widevine/libwvdrmengine/oemcrypto/include \
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libcrypto_static \
|
||||
libgtest \
|
||||
libgtest_main \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libcrypto \
|
||||
libdl \
|
||||
liblog \
|
||||
libutils \
|
||||
|
||||
Reference in New Issue
Block a user