aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:41:56 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:41:56 +0000
commit75af9127cd0064493c6fa95247ecc983f961b1b8 (patch)
tree98c6c7089c7a741345c1e2791c9d0e064a08e120
parent70fe0c457e51ada52de3ef8239fb6973a0d17015 (diff)
parente8d6df37c71c3c813f553bdd5100452563d563ed (diff)
downloadcombine-build-tools-release.tar.gz
Snap for 11880863 from e8d6df37c71c3c813f553bdd5100452563d563ed to build-tools-releasebuild-tools-release
Change-Id: I2730969b94bb018a6a4878749ddb99ad94f795c5
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 546f464..83835d8 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_combine_license"],
@@ -24,7 +26,7 @@ rust_library {
crate_name: "combine",
cargo_env_compat: true,
cargo_pkg_version: "4.6.6",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
features: [
"alloc",