Fix MediaDrmAPITest install command in test script
Change-Id: Ibf062788e26e75838875460718c665ea56a773aa related-to-bug: 17080975
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/libwvdrmengine_test /system/bin
|
||||
if [ -r $OUT/system/app/MediaDrmAPITest.apk ]; then
|
||||
install -r $OUT/system/app/MediaDrmAPITest.apk
|
||||
adb install -r $OUT/system/app/MediaDrmAPITest.apk
|
||||
else
|
||||
install -r $OUT/system/app/MediaDrmAPITest/MediaDrmAPITest.apk
|
||||
adb install -r $OUT/system/app/MediaDrmAPITest/MediaDrmAPITest.apk
|
||||
fi
|
||||
|
||||
cd $ANDROID_BUILD_TOP/vendor/widevine/libwvdrmengine
|
||||
|
||||
Reference in New Issue
Block a user