aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:42:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:42:51 +0000
commit952e7f6d6624c53abe19a0a2284bd5447c059ed1 (patch)
treee90c87d9019e15db514e65fb6fc15aea645f36f7
parentc4941ebbc0d2d2242e54c2b5d91c8d6650418cd8 (diff)
parent19a80c1b46a6935a40909e90dc9178e7f02ed275 (diff)
downloadlinked-hash-map-build-tools-release.tar.gz
Snap for 11880863 from 19a80c1b46a6935a40909e90dc9178e7f02ed275 to build-tools-releasebuild-tools-release
Change-Id: I4e01c19b09aa6059c6dfbf529917b038a3cda559
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index f476e72..7269090 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: [
@@ -45,7 +47,7 @@ rust_library {
crate_name: "linked_hash_map",
cargo_env_compat: true,
cargo_pkg_version: "0.5.6",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2015",
apex_available: [
"//apex_available:platform",