aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:09:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:09:37 +0000
commita7639b5aafe8684b14129eb90a73712df2f84fb2 (patch)
treebe105ffadcf86f7484c3e7888321568cd0ec190c
parentd9a7c4f4ebc8dd1565b656f45641757e4cd1a03a (diff)
parentfc7c6c3b5b5696c4a88ae8402c64a9c4247b4363 (diff)
downloadlitrs-busytown-mac-infra-release.tar.gz
Snap for 11878398 from fc7c6c3b5b5696c4a88ae8402c64a9c4247b4363 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: Ia4cece6f3bf2579eb9f8d587cf37a2bbeceeee38
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 7e7c1b9..a495a5a 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_litrs_license"],
@@ -42,7 +44,7 @@ rust_library_host {
crate_name: "litrs",
cargo_env_compat: true,
cargo_pkg_version: "0.3.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
features: [
"default",