aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 01:13:23 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 01:13:23 +0000
commit125089d35a76cfd086f59d6dec9fcc26e057b9ac (patch)
tree7203edcaebc809d00d7d8c3176952e48dfa027da
parent875558366891c72afb48ac96f6ea00916ec3d9f7 (diff)
parentac14a1c78844e66dcc2f328f464e22448519e03c (diff)
downloadvhost-device-vsock-sdk-release.tar.gz
Snap for 11878282 from ac14a1c78844e66dcc2f328f464e22448519e03c to sdk-releasesdk-release
Change-Id: I1b8811a7cf6a85edb3056cc8594b854b7f481724
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
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",