Link dynamic libcrypto lib for Widevine unit tests.
The use of static libcrypto.so breaks FIPS cert. Switch to use dynamic libcrypto.so. Also merge in http://go/ag/9416801 changes. Static libcrypto can be used for modules that do not affect FIPS cert. Merged from http://go/wvgerrit/86345 Test: Widevine unit tests, Play Movies & TV, Netflix Test: quick GTS playback tests ANDROID_BUILD_TOP= ./android-gts/tools/gts-tradefed run gts -m GtsMediaTestCases --test com.google.android.media.gts.MediaDrmTest#testWidevineApi29 ANDROID_BUILD_TOP= ./android-gts/tools/gts-tradefed run gts -m GtsExoPlayerTestCases --test com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed bug: 141150503 Change-Id: I6427c5a86e52e9cfb800d35ac0a3a67011039d10
This commit is contained in:
@@ -27,7 +27,7 @@ elif [ 0 -eq `expr index "$GTEST_FILTER" "-"` ]; then
|
||||
fi
|
||||
|
||||
# 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.
|
||||
adb_shell_run() {
|
||||
|
||||
Reference in New Issue
Block a user