Merge "Add crosvm to com.android.virt"
diff --git a/apex/Android.bp b/apex/Android.bp
index 7baf966..b4f8284 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -9,6 +9,15 @@
     key: "com.android.virt.key",
     certificate: ":com.android.virt.certificate",
 
+    arch: {
+        arm64: {
+            binaries: [
+                // crosvm is disabled for x86 device targets.
+                "crosvm",
+            ],
+        },
+    },
+
     min_sdk_version: "S",
 }