aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2015-10-28 23:38:27 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2015-10-28 23:38:27 +0800
commit7775dc211a199256613e0c3bf4fdefb13ada821e (patch)
treefc227bf0c94b0389cb2e4fce1ab227612821bff9
parentf648d4182aa10721798299667af456ac541c9318 (diff)
downloadbusybox-RLCR-15.12.tar.gz
Android.mk: delete links that supported by toybox alreadyRLCR-16.11linaro-marshmallowRLCR-16.01RLCR-15.12
some commands are supported by toybox already, so we need to delete links for these command, and use the commands from toybox as default Change-Id: I3031a941dc62b2771a411b705e889f6c18e20528 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--Android.mk60
1 files changed, 0 insertions, 60 deletions
diff --git a/Android.mk b/Android.mk
index 7f7a74116..3709c45f6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -46,43 +46,28 @@ BUSYBOX_TOOLS := \
ash \
awk \
base64 \
- basename \
beep \
- blockdev \
bunzip2 \
- bzcat \
- cal \
catv \
chat \
- chgrp \
chpst \
- chroot \
chrt \
chvt \
- cksum \
- comm \
- cpio \
cttyhack \
- cut \
dc \
deallocvt \
depmod \
devmem \
diff \
- dirname \
dnsd \
- dos2unix \
dpkg \
dpkg-deb \
dumpkmap \
- echo \
ed \
egrep \
envdir \
envuidgid \
- expand \
fakeidentd \
- false \
fbset \
fbsplash \
fdflush \
@@ -90,7 +75,6 @@ BUSYBOX_TOOLS := \
fdisk \
fgconsole \
fgrep \
- find \
findfs \
flash_lock \
flash_unlock \
@@ -106,12 +90,10 @@ BUSYBOX_TOOLS := \
gunzip \
halt \
hdparm \
- head \
hexdump \
httpd \
ifdown \
ifup \
- inotifyd \
install \
iostat \
ipaddr \
@@ -124,12 +106,10 @@ BUSYBOX_TOOLS := \
less \
linuxrc \
loadkmap \
- losetup \
lpd \
lpq \
lpr \
lspci \
- lsusb \
lzcat \
lzma \
lzop \
@@ -137,37 +117,23 @@ BUSYBOX_TOOLS := \
makedevs \
makemime \
man \
- md5sum \
mesg \
mkfifo \
- mknod \
- mktemp \
- modinfo \
modprobe \
- more \
mpstat \
nbd-client \
nc \
- nice \
nmeter \
- nohup \
- od \
openvt \
- patch \
- pidof \
pipe_progress \
- pmap \
popmaildir \
poweroff \
- printf \
pscan \
pstree \
- pwd \
pwdx \
raidautorun \
rdev \
readprofile \
- realpath \
reformime \
reset \
resize \
@@ -181,70 +147,44 @@ BUSYBOX_TOOLS := \
rx \
script \
scriptreplay \
- sed \
sendmail \
- seq \
setkeycodes \
setlogcons \
setserial \
- setsid \
setuidgid \
- sha1sum \
sha256sum \
sha512sum \
showkey \
smemcap \
softlimit \
- sort \
- split \
start-stop-daemon \
- strings \
stty \
sum \
sv \
svlogd \
- sysctl \
- tac \
- tail \
- tar \
- taskset \
tcpsvd \
- tee \
telnet \
telnetd \
test \
- time \
- timeout \
- tr \
traceroute \
- true \
ttysize \
tunctl \
udhcpc \
- uname \
uncompress \
unexpand \
- uniq \
- unix2dos \
unlzma \
unlzop \
unxz \
unzip \
- usleep \
uudecode \
uuencode \
vi \
volname \
watch \
- wc \
wget \
- which \
- whoami \
whois \
- xargs \
xz \
xzcat \
- yes \
zcat
SYMLINKS := $(addprefix $(TARGET_OUT)/bin/,$(BUSYBOX_TOOLS))