Unit test script and end-to-end license/decrypt test update
Does not affect any production code, only unit tests Makes the end-to-end license/decrypt test compatible with the fix for b/8604068 (merged). related-to-bug: 8604068 Merge of https://widevine-internal-review.googlesource.com/#/c/4982/ from widevine cdm repository to android repository. Change-Id: Ic5739c9de0cd385a672311ec87b9a475e367121a
This commit is contained in:
@@ -35,7 +35,7 @@ cd $ANDROID_BUILD_TOP/vendor/widevine/libwvdrmengine/oemcrypto/test
|
||||
pwd
|
||||
mm
|
||||
|
||||
cd $ANDROID_BUILD_TOP/vendor/widevine/libwvdrmengine/test
|
||||
cd $ANDROID_BUILD_TOP/vendor/widevine/libwvdrmengine/test/unit
|
||||
pwd
|
||||
mm
|
||||
|
||||
@@ -46,14 +46,13 @@ mm
|
||||
echo "waiting for device"
|
||||
adb root && adb wait-for-device remount && adb sync
|
||||
|
||||
|
||||
adb shell /system/bin/request_license_test
|
||||
adb shell /system/bin/policy_engine_unittest
|
||||
adb shell /system/bin/libwvdrmmediacrypto_test
|
||||
adb shell /system/bin/libwvdrmdrmplugin_test
|
||||
adb shell /system/bin/http_socket_test
|
||||
adb shell /system/bin/cdm_engine_test
|
||||
adb shell /system/bin/oemcrypto_test
|
||||
adb shell LD_LIBRARY_PATH=/system/vendor/lib/mediadrm/ /system/bin/libwvdrmengine_test
|
||||
|
||||
adb shell am start com.widevine.test/com.widevine.test.MediaDrmAPITest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user