aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-29 14:24:11 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-29 14:38:59 -0700
commit547d80671d6fbd3df9883d1670a6700eda533536 (patch)
treed3093bc4bcda0b760a584f8ea2a31a36bf21508f /Android.bp
parenta7d72307ee249b629d6de0f312ab873abc881287 (diff)
downloadmio-547d80671d6fbd3df9883d1670a6700eda533536.tar.gz
Add os-util feature.
* Required by new tokio. Test: make Change-Id: I7c2c8e5a78ae2a7e8e715b9f73e683a18414ca04
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",