Merge "Fix MediaDrmAPITest install command in test script" into lmp-dev

This commit is contained in:
Jeff Tinker
2014-08-20 18:46:11 +00:00
committed by Android (Google) Code Review

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