aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 3ebdfac..1223c02 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --device --run --dependencies --features os-poll,tcp,udp,uds.
+// This file is generated by cargo2android.py --run --device --dependencies --features os-poll,tcp,udp,uds,os-util.
rust_library {
name: "libmio",
@@ -8,6 +8,7 @@ rust_library {
edition: "2018",
features: [
"os-poll",
+ "os-util",
"tcp",
"udp",
"uds",