From aa14e365ad82b2a4f769d5ddd82b167590660e6b Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Fri, 10 Apr 2015 19:20:42 +0800 Subject: 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 --- android/lava-android-test-host.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') 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 -- cgit v1.2.3