Add early_vms.xml to Virtualization package to allow reusability
This patch is to move early_vms.xml from cuttlefish specfic directory
to Virtualization package to allow reusability.
Bug: 377925547
Test: Boot cuttlefish and brya
Change-Id: I4c2a37fc86269413da35defa3480f7ae0e0f17d8
diff --git a/guest/trusty/common/Android.bp b/guest/trusty/common/Android.bp
new file mode 100644
index 0000000..0541ed5
--- /dev/null
+++ b/guest/trusty/common/Android.bp
@@ -0,0 +1,7 @@
+prebuilt_etc {
+ name: "early_vms.xml",
+ src: "early_vms.xml",
+ filename: "early_vms.xml",
+ relative_install_path: "avf",
+ system_ext_specific: true,
+}