OSDN Git Service

Switch to toybox touch.
authorElliott Hughes <enh@google.com>
Mon, 9 Feb 2015 22:09:49 +0000 (14:09 -0800)
committerElliott Hughes <enh@google.com>
Mon, 9 Feb 2015 22:09:49 +0000 (14:09 -0800)
Change-Id: Ie306a3f280b3fa4086610f1c9e967420b21c173a

Android.mk

index d5d885b..c89c823 100644 (file)
@@ -190,9 +190,10 @@ LOCAL_SHARED_LIBRARIES := libselinux
 
 LOCAL_MODULE := toybox
 
-# dupes: df du ls mount nc netcat renice touch umount
+# dupes: dd df du ls mount renice umount
 # useless?: chvt freeramdisk fsfreeze install makedevs mkfifo nbd-client
 #           partprobe pivot_root pwdx rev rfkill switch_root tty vconfig
+# prefer BSD netcat instead?: nc netcat
 # prefer efs2progs instead?: blkid chattr lsattr
 
 ALL_TOOLS := \
@@ -287,6 +288,7 @@ ALL_TOOLS := \
     tee \
     time \
     timeout \
+    touch \
     tr \
     true \
     truncate \