summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-01-12 11:08:42 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-01-12 11:08:42 +0000
commit0e7254a9a522be43c9c02604b33abcd17ef32d1f (patch)
treebed632acbd4e10cfec3536d5f72b935988586453 /android
parent9265643d0f763aff1f698882ecc20f57eb8ff381 (diff)
Android: add dependency on python3 to art-microbenchmarks
Change-Id: I8a8c929bb5114c8e657c6ca2e21da4df95515424 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/art-microbenchmarks.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/art-microbenchmarks.yaml b/android/art-microbenchmarks.yaml
index cbcf724..1f20733 100644
--- a/android/art-microbenchmarks.yaml
+++ b/android/art-microbenchmarks.yaml
@@ -18,7 +18,7 @@ install:
- 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"
+ DEPENDENCIES: "android-tools-adb android-tools-fastboot libc6:i386 libncurses5:i386 libstdc++6:i386 python3"
JDK: "default-jdk"
JRE: "default-jre"
TEST_NAME: "art-test"