Merge "Add virtmanager to the virt APEX" am: 3a1f11ebd3

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/itoa/+/1589314

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I73b51a1bcb651d74373472152c90ee1975d4977b
diff --git a/Android.bp b/Android.bp
index 2433a89..a90a620 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,4 +47,8 @@
         "default",
         "std",
     ],
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.virt",
+    ],
 }
diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch
new file mode 100644
index 0000000..1394742
--- /dev/null
+++ b/patches/Android.bp.patch
@@ -0,0 +1,13 @@
+diff --git a/Android.bp b/Android.bp
+index cf4bc93..1e6793a 100644
+--- a/Android.bp
++++ b/Android.bp
+@@ -10,4 +10,8 @@ rust_library {
+         "default",
+         "std",
+     ],
++    apex_available: [
++        "//apex_available:platform",
++        "com.android.virt",
++    ],
+ }