aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:11:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:11:01 +0000
commita12a890f1cd85c6cbe7ec57a27542bf5e9c66de6 (patch)
tree7214ddb3ea3fa252cb4d56d958da4be5c77483cd
parent59c59b3b7bb22eb36ea0a35c9acc0031828a101b (diff)
parent0f0b2fa7b2905408cbf69ad6f820d629bb8fcb18 (diff)
downloadsyn-busytown-mac-infra-release.tar.gz
Snap for 11878398 from 0f0b2fa7b2905408cbf69ad6f820d629bb8fcb18 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: Ifecef831488e720ab028991e8e83c4b5ac591923
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 233de89f..f80e06c6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,7 @@
// 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.
package {
default_applicable_licenses: ["external_rust_crates_syn_license"],
@@ -42,7 +44,7 @@ rust_library_host {
crate_name: "syn",
cargo_env_compat: true,
cargo_pkg_version: "2.0.38",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
features: [
"clone-impls",