aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:08:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:08:58 +0000
commitd126d9416996da2edc7ec52fafda3863b86db0fe (patch)
tree6712f3a9b32af75cda63b05c58fba7f27ad8d841
parent7685a3965c5795592c3379f5599d17fc8e96c6b0 (diff)
parente5c493c44d1bf47a0b9b7b5c8b4bb0642fa4ea74 (diff)
downloadfnv-busytown-mac-infra-release.tar.gz
Snap for 11878398 from e5c493c44d1bf47a0b9b7b5c8b4bb0642fa4ea74 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: I8f56cb0904c3f5df1cb72a0710cde46e93406458
-rw-r--r--Android.bp8
1 files changed, 5 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index a4ada52..52806bd 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_fnv_license"],
@@ -43,7 +45,7 @@ rust_test {
crate_name: "fnv",
cargo_env_compat: true,
cargo_pkg_version: "1.0.7",
- srcs: ["lib.rs"],
+ crate_root: "lib.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
@@ -62,7 +64,7 @@ rust_library {
crate_name: "fnv",
cargo_env_compat: true,
cargo_pkg_version: "1.0.7",
- srcs: ["lib.rs"],
+ crate_root: "lib.rs",
edition: "2015",
features: [
"default",