VmLauncherApp supports the display from vm
Bug: 331708504
Test: check if the display shows
Change-Id: I18a70bb9520c91c8a26f5d64e982550b01351e4e
diff --git a/vmlauncher_app/Android.bp b/vmlauncher_app/Android.bp
index cd40448..06dcf7a 100644
--- a/vmlauncher_app/Android.bp
+++ b/vmlauncher_app/Android.bp
@@ -10,6 +10,10 @@
"androidx-constraintlayout_constraintlayout",
"androidx.appcompat_appcompat",
"com.google.android.material_material",
+ // TODO(b/330257000): will be removed when binder RPC is used
+ "android.system.virtualizationservice_internal-java",
+ // TODO(b/331708504): will be removed when AVF framework handles surface
+ "libcrosvm_android_display_service-java",
],
libs: [
"framework-virtualization.impl",