aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:11:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:11:34 +0000
commit3e4dbdd7fe57ebce038c345103128dcfae30903b (patch)
tree7203edcaebc809d00d7d8c3176952e48dfa027da
parent875558366891c72afb48ac96f6ea00916ec3d9f7 (diff)
parent125089d35a76cfd086f59d6dec9fcc26e057b9ac (diff)
downloadvhost-device-vsock-busytown-mac-infra-release.tar.gz
Snap for 11878398 from 125089d35a76cfd086f59d6dec9fcc26e057b9ac to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: I13601e1a4039d4123a13d67edeefad6677804a50
-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",