aboutsummaryrefslogtreecommitdiffstats
path: root/toolbox/Android.mk
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2012-07-09 17:31:26 -0700
committerKen Sumrall <ksumrall@android.com>2012-07-09 17:33:08 -0700
commit8103e9148378fb8879e3bc7d8504d267c2d9daa9 (patch)
treeef0f309032afd148328182cc8ed90f25e836b5f4 /toolbox/Android.mk
parent984410aebe0525e9fe3b80b94d06960094597b18 (diff)
downloadsystem_core-8103e9148378fb8879e3bc7d8504d267c2d9daa9.tar.gz
system_core-8103e9148378fb8879e3bc7d8504d267c2d9daa9.tar.bz2
system_core-8103e9148378fb8879e3bc7d8504d267c2d9daa9.zip
Add the du command to toolbox
The code is from NetBSD, with the -n and -h options removed to make porting easy. Also, removed support for the BLOCKSIZE environment variable for the same reason. Change-Id: Ib927ff3527e02802785fdd7f75bab1f05222918e
Diffstat (limited to 'toolbox/Android.mk')
-rw-r--r--toolbox/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbox/Android.mk b/toolbox/Android.mk
index be95e7cd..c1f165c4 100644
--- a/toolbox/Android.mk
+++ b/toolbox/Android.mk
@@ -56,6 +56,7 @@ TOOLS := \
ionice \
touch \
lsof \
+ du \
md5
ifeq ($(HAVE_SELINUX),true)