summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}