aboutsummaryrefslogtreecommitdiff
path: root/linaro-art
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2019-03-21 11:40:28 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2019-03-21 14:54:24 +0000
commitd643971838720d54bef96a31390f890420de119e (patch)
treedbe281dabd03f8c688db049e71d69437b1463dea /linaro-art
parentd5a78c9a08cb0a6418029ccbd996911886b6c0b8 (diff)
ART benchmarks: remove boot.oat from archive
boot.oat is not built anymore and the build does not pass anymore because of that. Change-Id: Icfd24ec392dd80b6e17fa95f1d739cb2e27c8ab2
Diffstat (limited to 'linaro-art')
-rw-r--r--linaro-art/microbenchmarks/builders.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/linaro-art/microbenchmarks/builders.sh b/linaro-art/microbenchmarks/builders.sh
index eeaeb136bb..6a8512ae81 100644
--- a/linaro-art/microbenchmarks/builders.sh
+++ b/linaro-art/microbenchmarks/builders.sh
@@ -24,8 +24,8 @@ readonly out_krait=out/target/product/arm_krait
readonly out_armv8=out/target/product/armv8
readonly out_host=out/host/linux-x86
-tar -cJf test-arm-fs.txz ${out_host}/bin/ ${out_host}/framework/ ${out_krait}/data/ ${out_krait}/system/ ${out_krait}/dex_bootjars/system/framework/arm/boot.oat
-tar -cJf test-armv8-fs.txz ${out_host}/bin/ ${out_host}/framework/ ${out_armv8}/data/ ${out_armv8}/system/ ${out_armv8}/dex_bootjars/system/framework/arm64/boot.oat
+tar -cJf test-arm-fs.txz ${out_host}/bin/ ${out_host}/framework/ ${out_krait}/data/ ${out_krait}/system/
+tar -cJf test-armv8-fs.txz ${out_host}/bin/ ${out_host}/framework/ ${out_armv8}/data/ ${out_armv8}/system/
mkdir -p pub
mv ${WORKSPACE}/*.xml *.txz pub/