Merge "Fix MediaDrmAPITest install command in test script" into lmp-dev
This commit is contained in:
@@ -60,9 +60,9 @@ adb push $OUT/system/bin/device_files_unittest /system/bin
|
|||||||
adb push $OUT/system/bin/timer_unittest /system/bin
|
adb push $OUT/system/bin/timer_unittest /system/bin
|
||||||
adb push $OUT/system/bin/libwvdrmengine_test /system/bin
|
adb push $OUT/system/bin/libwvdrmengine_test /system/bin
|
||||||
if [ -r $OUT/system/app/MediaDrmAPITest.apk ]; then
|
if [ -r $OUT/system/app/MediaDrmAPITest.apk ]; then
|
||||||
install -r $OUT/system/app/MediaDrmAPITest.apk
|
adb install -r $OUT/system/app/MediaDrmAPITest.apk
|
||||||
else
|
else
|
||||||
install -r $OUT/system/app/MediaDrmAPITest/MediaDrmAPITest.apk
|
adb install -r $OUT/system/app/MediaDrmAPITest/MediaDrmAPITest.apk
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $ANDROID_BUILD_TOP/vendor/widevine/libwvdrmengine
|
cd $ANDROID_BUILD_TOP/vendor/widevine/libwvdrmengine
|
||||||
|
|||||||
Reference in New Issue
Block a user