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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2748709e5ac2f9a741a8470239b2703971470e90
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",
++    ],
+ }