aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:42:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:42:39 +0000
commite107adbc5b0691c16f58a4b29b7f8e387c71baf2 (patch)
treecf6a92e9d6da3b5438163ad113a806b10d68209f
parentd7b261cedb9be03633ba12c969f328c92b7fc202 (diff)
parent75944fdce4e0c6d493b7a8845b69416fc34800bf (diff)
downloadindexmap-build-tools-release.tar.gz
Snap for 11880863 from 75944fdce4e0c6d493b7a8845b69416fc34800bf to build-tools-releasebuild-tools-release
Change-Id: I258aba924fe79464af6a6216d2bf4eba30b40566
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index aeec058..41dbfdd 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_indexmap_license"],
@@ -43,7 +45,7 @@ rust_library {
crate_name: "indexmap",
cargo_env_compat: true,
cargo_pkg_version: "1.9.2",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
features: [
"serde",