Merge "Remove unused vintf_object_recovery_test.sh"
diff --git a/test/vintf_object_recovery_test.sh b/test/vintf_object_recovery_test.sh
deleted file mode 100755
index 7918c5f..0000000
--- a/test/vintf_object_recovery_test.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-set -ex
-
-if [[ "$@" != *"--no-reboot"* ]]; then
-    adb reboot recovery
-    echo "Waiting for device to boot into recovery..."
-    adb wait-for-recovery
-fi
-adb root
-adb wait-for-recovery
-
-# There is no /data in recovery unless mounted.
-# Push test to /system directory in the recovery ramdisk
-adb push ${ANDROID_PRODUCT_OUT}/data/nativetest64/vintf_object_recovery_test/vintf_object_recovery_test \
-       /system/bin/vintf_object_recovery_test
-
-adb shell /system/bin/vintf_object_recovery_test