From d45ee3a2bc6271110312f01be867a9b6b91dd07f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 18 Apr 2023 15:04:40 -0700 Subject: roadmap: update AOSP section. --- www/roadmap.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/www/roadmap.html b/www/roadmap.html index e10ebd49..7c32b2a7 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -488,37 +488,36 @@ echo egrep env expr find fuser getconf getopt git grep gzip head hexdump hostname id jar java javap ln ls lsof m4 make md5sum mkdir mktemp mv od openssl paste patch pgrep pkill ps pstree pwd python python2.7 python3 readlink realpath rm rmdir rsync sed setsid sh sha1sum sha256sum sha512sum -sleep sort stat tar tail tee todos touch tr true uname uniq unix2dos unzip +sleep sort stat tar tail tee touch tr true uname uniq unix2dos unzip wc which whoami xargs xxd xz zip zipinfo

The following are already in the tree and will be used directly:

-awk bzip2 jar java javap m4 make python python2.7 python3 xz +awk bc bzip2 jar java javap m4 make python python2.7 python3 xz

Subtracting what's already in toybox (including the following toybox toys -that are still in pending: bc dd diff expr gzip lsof tar tr), +that are still in pending: dd diff expr getopt gzip lsof tr), that leaves:

-bash fuser getopt git hexdump openssl pstree rsync sh todos unzip zip zipinfo +bash dlv fuser git hexdump openssl pstree rsync sh unzip zip zipinfo
-

For AOSP, zip/zipinfo/unzip are likely to be libziparchive based. The -todos callers will use unix2dos instead if it's available. git/openssl -seem like they should just be brought in to the tree. rsync is used to -work around a Mac cp -Rf bug with broken symbolic links. That -leaves:

+

For AOSP, zip/zipinfo/unzip are likely to be libziparchive based. +git/openssl seem like they should just be brought in to the tree. rsync is +used to work around a Mac cp -Rf bug with broken symbolic links. +That leaves:

-bash fuser getopt hexdump pstree +bash fuser hexdump pstree

(Why are fuser and pstree used during the AOSP build? They're used for -diagnostics if something goes wrong. So it's really just bash, getopt, -and hexdump that are actually used to build.)

+diagnostics if something goes wrong. So it's really just bash and hexdump +that are actually used to build.)


Use case: Tizen Core

-- cgit v1.2.3