aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:11:23 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:11:23 +0000
commit86bc638d002e7d63a5c40e65918202c1a98ef0bf (patch)
treea3379b66689d15006b29cacdfcb172eb28dfb91b
parentb4da5018e3072416dc20136ba2b4847b2387d343 (diff)
parent5722ef2690c919dc9c0a5ff93c1be6d8a570e5b0 (diff)
downloadunicode-segmentation-busytown-mac-infra-release.tar.gz
Snap for 11878398 from 5722ef2690c919dc9c0a5ff93c1be6d8a570e5b0 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: I879358340e02ab386af68600819cecfb2fae7688
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index f2eef8f..d2ce1b8 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: [
@@ -46,7 +48,7 @@ rust_library {
crate_name: "unicode_segmentation",
cargo_env_compat: true,
cargo_pkg_version: "1.10.1",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
apex_available: [
"//apex_available:platform",