summaryrefslogtreecommitdiff
path: root/android/cts-host.yaml
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-11-04 15:02:11 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-11-06 08:44:06 +0000
commit494b70a2ec5ed793102b4335b863f984daf51d1a (patch)
tree6c0742d113310a0ceff50da0620709f51903fb35 /android/cts-host.yaml
parent6398c53d88cbd6298cc2083adf4a7ec5cd53d351 (diff)
Android: cts-host.yaml: build-tools URL configurable in CTS
build-tools URL has been configured to fetch dynamically from a given location. Change-Id: I035876b706fe31524f5af866663df9c51c82b825 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'android/cts-host.yaml')
-rw-r--r--android/cts-host.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/cts-host.yaml b/android/cts-host.yaml
index 75b529f..09ce457 100644
--- a/android/cts-host.yaml
+++ b/android/cts-host.yaml
@@ -34,12 +34,13 @@ params:
JDK: "default-jdk"
JRE: "default-jre"
CTS_URL: "http://testdata.validation.linaro.org/cts/android-cts-5.0-armv8.zip"
+ BUILD_TOOLS_URL: "http://testdata.validation.linaro.org/apks/workload-automation/build-tools.tar.gz"
TEST_NAME: "android-cts-5.0-armv8"
TEST_PARAMS: "run cts --package android.aadb --disable-reboot"
run:
steps:
- - wget http://testdata.validation.linaro.org/apks/workload-automation/build-tools.tar.gz
+ - wget $BUILD_TOOLS_URL -O build-tools.tar.gz
- tar zxvf build-tools.tar.gz
- AAPT_HOME=`pwd`/build-tools
- PATH=${AAPT_HOME}/android-4.4/:${PATH}