aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:11:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:11:20 +0000
commitfd81507e84625dbe7d64234aac6a5d7296381ecb (patch)
tree077a2def1ea54e6907f612dcf833085dbe9be660
parent86f83638e11c505f6afedaf7ce7feb07dda89a5b (diff)
parent637e7ecd26fd36bdaccf9f230848d49695867dd5 (diff)
downloaducd-trie-busytown-mac-infra-release.tar.gz
Snap for 11878398 from 637e7ecd26fd36bdaccf9f230848d49695867dd5 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: I67f5d8af6a78b21329debc941272ec6e10c3bfd7
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 47e9fa9..8818e03 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_ucd-trie_license"],
@@ -42,7 +44,7 @@ rust_library_host {
crate_name: "ucd_trie",
cargo_env_compat: true,
cargo_pkg_version: "0.1.6",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
features: [
"default",