From 4aad32f1e1592a15e758e19fe2ae5d53d8cfdaee Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 2 Jun 2020 00:36:27 -0500 Subject: Remove getevent from roadmap: it's an android board bringup tool built by running a python script against the kernel headers, more or less a hardware debugging tool that doesn't really benefit from being in-tree nor does it need to ship on deployed systems. (And it should probably be a kernel module.) --- www/roadmap.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/roadmap.html b/www/roadmap.html index 43647c4f..0ca1714e 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -348,9 +348,8 @@ getevent getprop modprobe setprop start

getprop/setprop/start were in toybox and moved back because they're so tied to non-public system interfaces. modprobe shares the implementation -used in init. getevent probably does make sense as a toybox command, but at the -moment it's built with a python script that pulls all the constants from the -latest kernel headers, which is very convenient.

+used in init. getevent is a board bringup tool built with a python script +that pulls all the constants from the latest kernel headers.

Other Android /system/bin commands

@@ -388,7 +387,7 @@ binaries in /system/bin are:

for toybox, we get:

-arping blkid e2fsck dd fsck.f2fs fsck_msdos getevent gzip ip iptables +arping blkid e2fsck dd fsck.f2fs fsck_msdos gzip ip iptables ip6tables iw logwrapper make_ext4fs make_f2fs modpobe newfs_msdos ping ping6 reboot resize2fs sh ss tc tracepath tracepath6 traceroute traceroute6
-- cgit v1.2.3