Add com.android.virt
com.android.virt is an APEX for virtual machine monitors like crosvm.
The APEX currently empty and isn't updatable.
Bug: 174633082
Test: m com.android.virt
Change-Id: I1ff3cc29602fc7b8b2e7b0a117e03bb35b3402d8
diff --git a/apex/Android.bp b/apex/Android.bp
new file mode 100644
index 0000000..7baf966
--- /dev/null
+++ b/apex/Android.bp
@@ -0,0 +1,24 @@
+apex {
+ name: "com.android.virt",
+
+ // TODO(jiyong): make it updatable
+ // updatable: true,
+
+ manifest: "manifest.json",
+
+ key: "com.android.virt.key",
+ certificate: ":com.android.virt.certificate",
+
+ min_sdk_version: "S",
+}
+
+apex_key {
+ name: "com.android.virt.key",
+ public_key: "com.android.virt.avbpubkey",
+ private_key: "com.android.virt.pem",
+}
+
+android_app_certificate {
+ name: "com.android.virt.certificate",
+ certificate: "com.android.virt",
+}