aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:42:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:42:57 +0000
commit89dc66c20962a4b61e7682ec86488fe7defdebf7 (patch)
tree5ad98b0d7181afdc4c3ecd4b23a21142d50c9f70
parent1342684d2c0a457ff4aa0c1be22334651a8ffdd1 (diff)
parentb7a402aabbf81552b473b0b7fab45c78c52e4fba (diff)
downloadmemchr-build-tools-release.tar.gz
Snap for 11880863 from b7a402aabbf81552b473b0b7fab45c78c52e4fba to build-tools-releasebuild-tools-release
Change-Id: Ib9f38de78e7b749434e0923065e41d0664d27656
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index c88b6f3..1c8d06f 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_memchr_license"],
@@ -44,7 +46,7 @@ rust_library {
crate_name: "memchr",
cargo_env_compat: true,
cargo_pkg_version: "2.7.1",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
features: [
"alloc",