Also update the list of things Android builds from pending, which has shrunk. --- www/roadmap.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-)
From 90956982f16b8f23efc257100b33b3dff3b32c74 Mon Sep 17 00:00:00 2001 From: Elliott Hughes <[email protected]> Date: Fri, 15 Jul 2016 15:14:33 -0700 Subject: [PATCH] Remove sendevent from the Android roadmap.
Also update the list of things Android builds from pending, which has shrunk. --- www/roadmap.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/www/roadmap.html b/www/roadmap.html index 9e24048..9dff8b2 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -269,9 +269,7 @@ system/core/toolbox/Android.mk</a> the toolbox directory builds the following commands:</p> <blockquote><b> -dd getevent -newfs_msdos -sendevent +dd getevent newfs_msdos </b></blockquote> <p>The toolbox makefile also builds the BSD grep right now, because toybox @@ -303,7 +301,6 @@ implementing the full commands (fdisk, init, and sudo) come first.</p> dd getevent init logcat logwrapper newfs_msdos reboot run-as -sendevent </b></blockquote> <p>We may eventually implement all of that, but for toybox 1.0 we need to @@ -315,8 +312,7 @@ for later).</p> <p>This means toybox should implement (or finish implementing):</p> <blockquote><b> <span id=toolbox> -dd getevent logcat logwrapper -newfs_msdos sendevent +dd getevent logcat logwrapper newfs_msdos </span> </b></blockquote> @@ -324,7 +320,7 @@ newfs_msdos sendevent of "pending". These should be a priority for cleanup:</p> <blockquote><b> -dd expr lsof more netstat route tar tr traceroute +dd expr lsof more tar tr traceroute </b></blockquote> <p>Android wishlist:</p> -- 2.8.0.rc3.226.g39d4020
_______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
