aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 01:12:22 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 01:12:22 +0000
commit70d6c2ac1aaac4502b9c328cfc42597ca82e60a5 (patch)
treed0b6c29ba0e692b0b94b5ef5a4ab27693de1fe80
parent7a98a98837f636bf84b43000575d59c9a0c08b06 (diff)
parent680b919dcfb4c6d89c1d7ca647cdae931ed321af (diff)
downloadrayon-sdk-release.tar.gz
Snap for 11878282 from 680b919dcfb4c6d89c1d7ca647cdae931ed321af to sdk-releasesdk-release
Change-Id: I1f1252f10dda71ac870d14f2c232f6a18f1c9564
-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",