From 547d80671d6fbd3df9883d1670a6700eda533536 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Thu, 29 Oct 2020 14:24:11 -0700 Subject: Add os-util feature. * Required by new tokio. Test: make Change-Id: I7c2c8e5a78ae2a7e8e715b9f73e683a18414ca04 --- Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Android.bp') 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", -- cgit v1.2.3