aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:44:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:44:29 +0000
commitee2f6848075b138bd40995419afae7a1a6ee630f (patch)
tree0bd6938ee342740b8846ce0a0e6d126081ba46f1
parent8dfbd68cff2da0ffb8d20bca84c33f455407bb1b (diff)
parentc4e3d93d63c07a60960148af12ff23f7eb1dccff (diff)
downloadvsock-build-tools-release.tar.gz
Snap for 11880863 from c4e3d93d63c07a60960148af12ff23f7eb1dccff to build-tools-releasebuild-tools-release
Change-Id: I40b42c4136ed4814155d56246308784916400cb1
-rw-r--r--Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 851f359..ab12a41 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,6 @@
// This file is generated by cargo_embargo.
-// Do not modify this file as most 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.
package {
@@ -25,7 +26,7 @@ rust_library {
crate_name: "vsock",
cargo_env_compat: true,
cargo_pkg_version: "0.5.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
rustlibs: [
"liblibc",