Merge "Link dynamic libcrypto lib for Widevine unit tests."
This commit is contained in:
@@ -35,7 +35,6 @@ LOCAL_STATIC_LIBRARIES := \
|
|||||||
libcdm \
|
libcdm \
|
||||||
libcdm_protos \
|
libcdm_protos \
|
||||||
libcdm_utils \
|
libcdm_utils \
|
||||||
libcrypto_static \
|
|
||||||
libjsmn \
|
libjsmn \
|
||||||
libgmock \
|
libgmock \
|
||||||
libgtest \
|
libgtest \
|
||||||
@@ -44,6 +43,7 @@ LOCAL_STATIC_LIBRARIES := \
|
|||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libbase \
|
libbase \
|
||||||
|
libcrypto \
|
||||||
libdl \
|
libdl \
|
||||||
liblog \
|
liblog \
|
||||||
libmedia_omx \
|
libmedia_omx \
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ elif [ 0 -eq `expr index "$GTEST_FILTER" "-"` ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# The Android supplement allows for installation in these paths:
|
# The Android supplement allows for installation in these paths:
|
||||||
OEC_PATHS=/vendor/lib64:/vendor/lib
|
OEC_PATHS=/vendor/lib64:/vendor/lib:/system/lib64/vndk-R:/system/lib/vndk-R
|
||||||
|
|
||||||
# Execute a command in "adb shell" and capture the result.
|
# Execute a command in "adb shell" and capture the result.
|
||||||
adb_shell_run() {
|
adb_shell_run() {
|
||||||
|
|||||||
Reference in New Issue
Block a user