diff options
-rwxr-xr-x | tools/run-jdwp-tests.sh | 2 | ||||
-rwxr-xr-x | tools/run-libcore-tests.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh index 4d6e13562b..fec969c870 100755 --- a/tools/run-jdwp-tests.sh +++ b/tools/run-jdwp-tests.sh @@ -72,7 +72,7 @@ plugin="" debug="no" explicit_debug="no" verbose="no" -image="-Ximage:/apex/com.android.art/javalib/boot.art" +image="-Ximage:/system/framework/art_boot_images/boot.art" boot_classpath="$(boot_classpath_arg /apex/com.android.art/javalib "" $BOOT_CLASSPATH_JARS)" boot_classpath_locations="" with_jdwp_path="" diff --git a/tools/run-libcore-tests.py b/tools/run-libcore-tests.py index 3ce18d28f6..99a6a74588 100755 --- a/tools/run-libcore-tests.py +++ b/tools/run-libcore-tests.py @@ -154,7 +154,7 @@ def get_test_names(): def get_vogar_command(test_name): cmd = ["vogar"] if args.mode == "device": - cmd.append("--mode=device --vm-arg -Ximage:/apex/com.android.art/javalib/boot.art") + cmd.append("--mode=device --vm-arg -Ximage:/system/framework/art_boot_images/boot.art") cmd.append("--vm-arg -Xbootclasspath:" + ":".join(BOOT_CLASSPATH)) if args.mode == "host": # We explicitly give a wrong path for the image, to ensure vogar |