commit | 3e73a098c6374bbb9245528d19e2ba4d5f4e6cb3 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Fri Jun 25 11:32:23 2021 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Fri Jun 25 14:30:36 2021 +0000 |
tree | 770006a0339d68b87901b51f2edba58116ba4a95 | |
parent | a275c3dd22e66ae6ce1c60951c37027a4e5cb3b6 [diff] [blame] |
Run TestVsock with and without protected mode. The protected version is only run if the kernel supports pKVM. Bug: 181615964 Test: atest VirtualizationTestCases Change-Id: I02fcead96b84b44f3138162a525f709c9f59ec73
diff --git a/tests/Android.bp b/tests/Android.bp index be6e653..8cfefcc 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -29,6 +29,7 @@ "vsock_test.cc", ], local_include_dirs: ["include"], + compile_multilib: "64", data: [ ":virt_test_kernel", ":virt_test_initramfs",