aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2024-05-20 16:55:27 +0000
committerJames Farrell <jamesfarrell@google.com>2024-05-20 16:55:27 +0000
commite84693e19a5b7b222c3521c8cd9acd4a51e8e382 (patch)
treead9e0a382084359de276f728c0e25cc10b3dc487
parente8c573e876c772d89da2ec6e40391c0228798873 (diff)
downloadbstr-master.tar.gz
Update Android.bp by running cargo_embargoHEADmastermain
Test: ran cargo_embargo Change-Id: Idae50cf70612c5eb03a89c1359b2bd012d8ea237
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1882ea4..2736b8f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,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",