summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2015-04-10 19:20:42 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-04-10 14:51:15 +0000
commitaa14e365ad82b2a4f769d5ddd82b167590660e6b (patch)
tree3d288f4a32b1919a0dbd2c3dbf4af4dc35a0880f /android
parente30a2e9e12f209203ca078c751983cef0ca2e760 (diff)
android: install libraries to support running 32bit ELF on KVM
in the cts android.host.security package test, it will run the 32bit binary sepolicy-analyze on the host side, so we need to install these libraries to support the 32bit binary running on the 64bit KVM node. Change-Id: Id0ceb2c340af93aa7b5436735c163eed5d5b8087 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/lava-android-test-host.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/lava-android-test-host.yaml b/android/lava-android-test-host.yaml
index 1f807d1..1993a2a 100644
--- a/android/lava-android-test-host.yaml
+++ b/android/lava-android-test-host.yaml
@@ -41,7 +41,7 @@ run:
steps:
- apt-add-repository -y http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu
- apt-get update -y
- - apt-get install -y android-tools-adb android-tools-fastboot $JAVA_PACKAGE
+ - apt-get install -y android-tools-adb android-tools-fastboot $JAVA_PACKAGE libc6:i386 libncurses5:i386 libstdc++6:i386
- lava-wait $TEST_NAME-${TEST_PARAMS// /_}-send-ip
- IPADDR=`awk -F '=' '{print $2}' /tmp/lava_multi_node_cache.txt`
- adb connect $IPADDR