Update Android.bp by running cargo_embargo

Test: ran cargo_embargo
Change-Id: I5fb98bd088c954ecf1a645b243d991955215598d
diff --git a/Android.bp b/Android.bp
index 4c6c9e0..4e51629 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_vsock",
     crate_name: "virtio_vsock",
     cargo_env_compat: true,
     cargo_pkg_version: "0.5.0",
-    srcs: ["src/lib.rs"],
+    crate_root: "src/lib.rs",
     edition: "2021",
     rustlibs: [
         "libvirtio_bindings",