Fix MediaDrmAPITest install command in test script

Change-Id: Ibf062788e26e75838875460718c665ea56a773aa
related-to-bug: 17080975
This commit is contained in:
Jeff Tinker
2014-08-20 11:21:56 -07:00
parent fbe0994902
commit 773ddd3864

View File

@@ -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