summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-11-19 23:28:29 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-11-25 11:33:11 +0000
commitd3463d45d3b55494929a4e764ff6e1179d0013a6 (patch)
treeed2d8651f472ea7ef45c87c61aba725e0411fadd /android
parentfc36dec8e9234f9f8d83d1f86c48f117e73bf781 (diff)
Android: art-microbenchmarks install dependency packages
art-microbenchmarks test is been updated to install dependency packages at runtime on host side. Change-Id: I719430c24d7e3a54c1fb64f4bbe97a9f7835b222 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/art-microbenchmarks.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/art-microbenchmarks.yaml b/android/art-microbenchmarks.yaml
index 2079649..fc01f2a 100644
--- a/android/art-microbenchmarks.yaml
+++ b/android/art-microbenchmarks.yaml
@@ -12,10 +12,13 @@ metadata:
- perfomance
install:
+ steps:
+ - ./common/scripts/install-deps.sh $DEPENDENCIES $JDK $JRE
git-repos:
- https://android-git.linaro.org/git/linaro/art-testing.git
params:
+ DEPENDENCIES: "android-tools-adb android-tools-fastboot libc6:i386 libncurses5:i386 libstdc++6:i386"
JDK: "default-jdk"
JRE: "default-jre"
TEST_NAME: "art-test"