diff options
Diffstat (limited to 'tools/run-libcore-tests.py')
-rwxr-xr-x | tools/run-libcore-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |