Snap for 11648291 from 0491be1e8c55db0283defe6f653d48e0cd4dbbf6 to 24Q3-release

Change-Id: I0a60bb7088308668524923c8b809d38ae0d2461a
diff --git a/Android.bp b/Android.bp
index e9cfd8f..bf5c865 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,6 @@
 // This file is generated by cargo_embargo.
-// Do not modify this file as changes will be overridden on upgrade.
+// Do not modify this file as most changes will be overridden on upgrade.
+// Content before the first "rust_*" or "genrule" module is preserved.
 
 package {
     default_applicable_licenses: [
@@ -49,9 +50,10 @@
     edition: "2018",
     rustlibs: ["liblibc"],
     apex_available: [
+        "//apex_available:anyapex",
         "//apex_available:platform",
-        "com.android.virt",
     ],
     product_available: true,
     vendor_available: true,
+    min_sdk_version: "29",
 }
diff --git a/cargo_embargo.json b/cargo_embargo.json
index fbb9fcd..3e8023e 100644
--- a/cargo_embargo.json
+++ b/cargo_embargo.json
@@ -1,7 +1,8 @@
 {
   "apex_available": [
-    "//apex_available:platform",
-    "com.android.virt"
+    "//apex_available:anyapex",
+    "//apex_available:platform"
   ],
+  "min_sdk_version": "29",
   "run_cargo": false
 }