aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:08:16 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:08:16 +0000
commit28aea6b798fb2cd3d51de8b52b89fc26de7c93b7 (patch)
treead9e0a382084359de276f728c0e25cc10b3dc487
parent28b03fd98e1cdcf85261af93c3c9e80d9571b9f8 (diff)
parent13868c1e11c0a7cab1544691d16c4b972971f1d8 (diff)
downloadbstr-busytown-mac-infra-release.tar.gz
Snap for 11878398 from 13868c1e11c0a7cab1544691d16c4b972971f1d8 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: Ic54c14390373667072ade37186fb03ea44b6bc5a
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index a470c13..2736b8f 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_bstr_license"],
@@ -45,7 +47,7 @@ rust_library {
crate_name: "bstr",
cargo_env_compat: true,
cargo_pkg_version: "1.3.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
features: [
"alloc",