aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2024-05-21 19:06:44 +0000
committerJames Farrell <jamesfarrell@google.com>2024-05-21 19:06:44 +0000
commit9a94b3fc103df184299288e40ad38aa119bbe6ae (patch)
tree3f104c0116883b204bec44a87eb52545127f9d90
parent3ad3497f3416df872b77e1606540cd8a938fb097 (diff)
downloadunicode-ident-master.tar.gz
Update Android.bp by running cargo_embargoHEADmastermain
Test: ran cargo_embargo Change-Id: Idbb57a3ef80ab952701edea006e668992056ed47
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 0d3e8e8..6fce56e 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_unicode-ident_license"],
@@ -44,7 +46,7 @@ rust_library_host {
crate_name: "unicode_ident",
cargo_env_compat: true,
cargo_pkg_version: "1.0.8",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
compile_multilib: "first",
}