summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-10-20 18:08:20 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-11-05 18:33:31 +0000
commit6398c53d88cbd6298cc2083adf4a7ec5cd53d351 (patch)
treee3d80b0078f023f0915b1a74540135bb812147bb /android
parentf76c42585dffd27134ae38721fa90e1217a6c0bc (diff)
(HACK) art-microbenchmarks: Remove dependant package installation for now
2 installation can't happen which results in failure in the job on the nuc hence removing installation until we find a better way to do it. Change-Id: I6ed106aec0fd949271018a237ee02f3572914e21 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/art-microbenchmarks.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/android/art-microbenchmarks.yaml b/android/art-microbenchmarks.yaml
index 8901b72..ab5a4c8 100644
--- a/android/art-microbenchmarks.yaml
+++ b/android/art-microbenchmarks.yaml
@@ -14,16 +14,6 @@ metadata:
install:
git-repos:
- http://android-git.linaro.org/git/linaro/art-testing.git
- deps:
- - android-tools-adb
- - android-tools-fastboot
- - libc6:i386
- - libncurses5:i386
- - libstdc++6:i386
- steps:
- - apt-get install -y $JDK $JRE
- - wget http://mirrors.kernel.org/ubuntu/pool/multiverse/g/google-android-build-tools-installer/google-android-build-tools-installer_20.0.0.2_i386.deb
- - dpkg -i google-android-build-tools-installer_20.0.0.2_i386.deb
params:
JDK: "default-jdk"