Update Android.bp by running cargo_embargo am: 66429d9c2c am: cb6e35cf53

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vm-memory/+/3093192

Change-Id: I94cd38fe879d5041d1a38a1d0fe3c9f93ad431a8
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index 862240c..1f854ab 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,12 +1,14 @@
 // This file is generated by cargo_embargo.
-// Do not modify this file as changes will be overridden on upgrade.
+// Do not modify this file after the first "rust_*" or "genrule" module
+// because the changes will be overridden on upgrade.
+// Content before the first "rust_*" or "genrule" module is preserved.
 
 rust_library_host {
     name: "libvm_memory_android",
     crate_name: "vm_memory",
     cargo_env_compat: true,
     cargo_pkg_version: "0.12.2",
-    srcs: ["src/lib.rs"],
+    crate_root: "src/lib.rs",
     edition: "2021",
     features: [
         "arc-swap",