aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2024-05-20 16:55:58 +0000
committerJames Farrell <jamesfarrell@google.com>2024-05-20 16:55:58 +0000
commit76d6a785557c08433c9fa227aa7840b10e9c9cc8 (patch)
tree6ef6e7bdbecde9eb09131b68d986cfffc59cda39
parent27a07c06ddf6cdfa3346d74f73906d582986ab92 (diff)
downloadfastrand-76d6a785557c08433c9fa227aa7840b10e9c9cc8.tar.gz
Update Android.bp by running cargo_embargo
Test: ran cargo_embargo Change-Id: If71f01b9051b16aa49ac83974dd03c741e5ddd0a
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index f4eeaec..11c358a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,7 +45,7 @@ rust_library {
crate_name: "fastrand",
cargo_env_compat: true,
cargo_pkg_version: "1.9.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
apex_available: [
"//apex_available:anyapex",