summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/cts-host.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/cts-host.yaml b/android/cts-host.yaml
index ceae5c1..5da8373 100644
--- a/android/cts-host.yaml
+++ b/android/cts-host.yaml
@@ -15,6 +15,8 @@ metadata:
install:
steps:
+ - dpkg --add-architecture i386
+ - apt-get update
- ./common/scripts/install-deps.sh $DEPENDENCIES $JDK $JRE
params:
@@ -45,6 +47,7 @@ run:
- adb devices
# increase the heap size. KVM devices in LAVA default to ~250M of heap
- export _JAVA_OPTIONS="-Xmx350M"
+ - java -version
- ./android/scripts/cts.py $CTS_URL $IPADDR $TEST_PARAMS
- echo "processes running"
- ps