aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:43:41 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:43:41 +0000
commitcf08f273c7654ad365083cda0cc0e8acc9215e88 (patch)
treed0b6c29ba0e692b0b94b5ef5a4ab27693de1fe80
parent90889d7792f5a78b201fea2b682b5b1bbb0ad0e8 (diff)
parent680b919dcfb4c6d89c1d7ca647cdae931ed321af (diff)
downloadrayon-build-tools-release.tar.gz
Snap for 11880863 from 680b919dcfb4c6d89c1d7ca647cdae931ed321af to build-tools-releasebuild-tools-release
Change-Id: I87d43493d03cb3690108d274d82e8084d0f2ed39
-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",