aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:10:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:10:33 +0000
commit00cbd1e5318b8a7a79d7f4fb04aca194d385ad3e (patch)
treed0b6c29ba0e692b0b94b5ef5a4ab27693de1fe80
parente7b4e60f755d055104e3faa15f5d784e50744f6d (diff)
parent70d6c2ac1aaac4502b9c328cfc42597ca82e60a5 (diff)
downloadrayon-busytown-mac-infra-release.tar.gz
Snap for 11878398 from 70d6c2ac1aaac4502b9c328cfc42597ca82e60a5 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: I5c1120cd704c82f1fa238a1e6b3f5c266cd7b4fc
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index d0daecf..9665f9b 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_rayon_license"],
@@ -43,7 +45,7 @@ rust_library {
crate_name: "rayon",
cargo_env_compat: true,
cargo_pkg_version: "1.8.1",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
rustlibs: [
"libeither",