Update Android.bp by running cargo_embargo

Test: ran cargo_embargo
Change-Id: I439fc95d7d2407fd194b5dfa42fa022d964147fa
diff --git a/Android.bp b/Android.bp
index 21921c9..ccd84ce 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: "libvirtio_queue",
     crate_name: "virtio_queue",
     cargo_env_compat: true,
     cargo_pkg_version: "0.11.0",
-    srcs: ["src/lib.rs"],
+    crate_root: "src/lib.rs",
     edition: "2021",
     rustlibs: [
         "liblog_rust",