aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Serov <artem.serov@linaro.org>2022-03-14 13:00:52 +0000
committerArtem Serov <artem.serov@linaro.org>2022-03-14 13:16:59 +0000
commit12306558cd8ccd4952a1c02d7f8740d4102ec9c1 (patch)
tree031427c3d7f47e49c04368a1934d00232abfc330
parente3411f11d0387a38fd40a31bd00b67dee8a1a4ce (diff)
downloadart-build-scripts-12306558cd8ccd4952a1c02d7f8740d4102ec9c1.tar.gz
Adjust location of boot image.
Adjust the hard-coded location of boot image to reflect the recent upstream change: https://android-review.googlesource.com/c/platform/art/+/1987868 Test: benchmarks_run_target.sh --mode 64 --cpu little --iterations 1 benchmarks/caffeinemark/LoopAtom Test: compilation_stats_target.sh --mode 64 --cpu little --iterations 1 boot.oat Change-Id: Ief650a4e5856e6a6783a81e1b71fcc3f6334e896
-rw-r--r--utils/utils_benchmarks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utils_benchmarks.sh b/utils/utils_benchmarks.sh
index 89592400..19552949 100644
--- a/utils/utils_benchmarks.sh
+++ b/utils/utils_benchmarks.sh
@@ -25,7 +25,7 @@ fi
# Return the path to the boot image.
get_boot_image_path() {
- echo "/apex/com.android.art/javalib/boot.art"
+ echo "/system/framework/art_boot_images/boot.art"
}
# Return the name of the file which for the provided benchmark name.