summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2015-07-29 19:59:48 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2015-07-29 19:59:48 +0800
commitdc60a0183bb6f48431ebc135d663e61899c6cb32 (patch)
tree2598f27ed0f7e1ad517a4045e461413843e2ffcb /android
parentfaa1ab2515e75876d2e9f5cf60b687d8c6fa8011 (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: Ic969c41fd8e97fa8d2441f9650e558a962b82389 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/cts-host.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/cts-host.yaml b/android/cts-host.yaml
index 9bc00f9..e4632b9 100644
--- a/android/cts-host.yaml
+++ b/android/cts-host.yaml
@@ -30,7 +30,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 zip $JDK $JRE
+ - apt-get install -y android-tools-adb android-tools-fastboot zip $JDK $JRE libc6:i386 libncurses5:i386 libstdc++6:i386
- lava-wait $TEST_NAME-send-ip
- IPADDR=`awk -F '=' '{print $2}' /tmp/lava_multi_node_cache.txt`
- adb connect $IPADDR