Update Android.bp by running cargo_embargo am: ac14a1c788 am: bf9c1bcbb5 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vhost-device-vsock/+/3095969 Change-Id: Ie66961965bd03a40d427708d9a3aa66fc9ae806f Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp index 5b01cd6..46526ad 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_binary_host { name: "vhost_device_vsock", crate_name: "vhost_device_vsock", cargo_env_compat: true, cargo_pkg_version: "0.1.0", - srcs: ["src/main.rs"], + crate_root: "src/main.rs", edition: "2021", rustlibs: [ "libbyteorder",