aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:43:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:43:47 +0000
commit6fca1ec388a84e7b1ec72a075f1ea96cc9a1618f (patch)
tree57da6e40a94f01ccf015e95c1ac7ae78944906d3
parent30f46e762b9ef78ff8347c64bac993ad58917073 (diff)
parentca35b243c5e582cd5695723e010b5604db6f3f2f (diff)
downloadrustc-hash-build-tools-release.tar.gz
Snap for 11880863 from ca35b243c5e582cd5695723e010b5604db6f3f2f to build-tools-releasebuild-tools-release
Change-Id: Ie919afd330dbb666dac2916ebbfe465bac45fd6b
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index d53f42b..cbc01d3 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_rustc-hash_license"],
@@ -43,7 +45,7 @@ rust_library {
crate_name: "rustc_hash",
cargo_env_compat: true,
cargo_pkg_version: "1.1.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2015",
features: [
"default",