Use Virt Manager for test
Bug: 171278952
Test: atest VirtualizationHostTestCases
Change-Id: Ib603194acb90d4e0952cf276c136efd246d0ce31
diff --git a/tests/hostside/native/vsock/Android.bp b/tests/hostside/native/vsock/Android.bp
index 13b46d5..966bc04 100644
--- a/tests/hostside/native/vsock/Android.bp
+++ b/tests/hostside/native/vsock/Android.bp
@@ -19,11 +19,13 @@
cc_test {
name: "virt_hostside_tests_vsock_server",
srcs: ["server.cc"],
- static_libs: [
+ shared_libs: [
+ "android.system.virtmanager-cpp",
"libbase",
+ "libbinder",
"liblog",
+ "libutils",
],
- static_executable: true,
test_suites: ["device-tests"],
}