Revert^2 "Generate mini-debug-info when running tests."

This reverts commit b9a8541380c2bdb9685e16d8d4b2ba034ddbf870.

Reason for revert: Reland after timeout issues disappeared.

Bug: 142039427
Change-Id: I7373a0feaa0264a8dd8dd12378fee4aecc99215c
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar
index 21a2db5..f4ce159 100755
--- a/test/etc/run-test-jar
+++ b/test/etc/run-test-jar
@@ -919,6 +919,7 @@
                       --dex-file=$DEX_LOCATION/$TEST_NAME.jar \
                       --oat-file=$DEX_LOCATION/oat/$ISA/$TEST_NAME.odex \
                       ${app_image} \
+                      --generate-mini-debug-info \
                       --instruction-set=$ISA"
   if [ "x$INSTRUCTION_SET_FEATURES" != "x" ] ; then
     dex2oat_cmdline="${dex2oat_cmdline} --instruction-set-features=${INSTRUCTION_SET_FEATURES}"