From d59e6d528fb6358c99f91e4297f1b92a7d1eb707 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 6 Jun 2016 15:41:39 -0700 Subject: Update Android roadmap section. We killed toolbox ioctl and wouldn't build a toybox one anyway. Also admit that -- although toybox has a grep -- we're not actually using it yet (and why we're not). --- www/roadmap.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'www/roadmap.html') diff --git a/www/roadmap.html b/www/roadmap.html index 56067317..3accce70 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -269,11 +269,14 @@ system/core/toolbox/Android.mk the toolbox directory builds the following commands:

-dd getevent ioctl log +dd getevent log nandread newfs_msdos sendevent start stop top
+

The toolbox makefile also builds the BSD grep right now, because toybox +grep is missing --color.

+

Other Android core commands

Other than the toolbox directory, the currently interesting @@ -297,7 +300,7 @@ implementing the full commands (fdisk, init, and sudo) come first.

For reference, combining everything listed above, we get:

-dd getevent init ioctl +dd getevent init log logcat logwrapper nandread newfs_msdos reboot run-as sendevent start stop top @@ -312,7 +315,7 @@ for later).

This means toybox should implement (or finish implementing):

-dd getevent ioctl log logcat logwrapper +dd getevent log logcat logwrapper nandread newfs_msdos sendevent start stop
-- cgit v1.2.3