summaryrefslogtreecommitdiff
path: root/android/cts-host.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'android/cts-host.yaml')
-rw-r--r--android/cts-host.yaml16
1 files changed, 2 insertions, 14 deletions
diff --git a/android/cts-host.yaml b/android/cts-host.yaml
index ab3af5e..2f4d1bc 100644
--- a/android/cts-host.yaml
+++ b/android/cts-host.yaml
@@ -14,23 +14,11 @@ metadata:
- functional
install:
- deps:
- - xz-utils
- - python-lxml
- - python-setuptools
- - android-tools-adb
- - android-tools-fastboot
- - zip
- - libc6:i386
- - libncurses5:i386
- - libstdc++6:i386
- - lib32z1-dev
- - libc6-dev-i386
- - lib32gcc1
steps:
- - apt-get install -y $JDK $JRE
+ - ./common/scripts/install-deps.sh $DEPENDENCIES $JDK $JRE
params:
+ DEPENDENCIES: "xz-utils python-lxml python-setuptools android-tools-adb android-tools-fastboot zip libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1-dev libc6-dev-i386 lib32gcc1"
JDK: "default-jdk"
JRE: "default-jre"
CTS_URL: "http://testdata.validation.linaro.org/cts/android-cts-5.0-armv8.zip"