aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2024-05-20 16:46:53 +0000
committerJames Farrell <jamesfarrell@google.com>2024-05-20 16:46:53 +0000
commitc0ffd763e7a1902df8bc7eacfec38a994cb43df4 (patch)
tree648625a5fbe31e768e7bed3c7a5e2ad39bec0120
parent3340a7dbfe10f77d6f892511d5b440330110a60f (diff)
downloadepoll-c0ffd763e7a1902df8bc7eacfec38a994cb43df4.tar.gz
Update Android.bp by running cargo_embargo
Test: ran cargo_embargo Change-Id: I5f790ea83d15b7cd08516537660b469d9e92f241
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 526865b..1ca3a55 100644
--- a/Android.bp
+++ b/Android.bp
@@ -8,7 +8,7 @@ rust_library_host {
crate_name: "epoll",
cargo_env_compat: true,
cargo_pkg_version: "4.3.3",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2015",
rustlibs: [
"libbitflags",