aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:10:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:10:49 +0000
commitdc9d4aad82b3969879878744bcba2c23a8863f0e (patch)
treec62247439b4b740a9b2cc08ff5d46828e4f9796c
parent767f6417eca82e8b1f5c9c6e0a934d37e1791cf6 (diff)
parentae77f48adf35f04c2a9bf07cc9f520bc5377cf8f (diff)
downloadserde_spanned-busytown-mac-infra-release.tar.gz
Snap for 11878398 from ae77f48adf35f04c2a9bf07cc9f520bc5377cf8f to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: I36a6f0f458d037a6fd525ad73a7dcf1117f8349f
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 777375a..a35660a 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: "libserde_spanned",
crate_name: "serde_spanned",
cargo_env_compat: true,
cargo_pkg_version: "0.6.5",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
features: ["serde"],
rustlibs: ["libserde"],