OSDN Git Service

Switch to toybox mount(1).
authorElliott Hughes <enh@google.com>
Mon, 8 Jun 2015 21:52:58 +0000 (14:52 -0700)
committerElliott Hughes <enh@google.com>
Mon, 8 Jun 2015 21:52:58 +0000 (14:52 -0700)
Change-Id: I3a42b70644897e46b46e730b3a39371e35a4dbab

Android.mk

index bc85033..3186eda 100644 (file)
@@ -215,7 +215,7 @@ LOCAL_SHARED_LIBRARIES := libcutils libselinux
 
 LOCAL_MODULE := toybox
 
-# dupes: dd df du ls mount renice
+# dupes: dd df du ls renice
 # useless?: freeramdisk fsfreeze install makedevs mkfifo nbd-client
 #           partprobe pivot_root pwdx rev rfkill switch_root tty vconfig
 # prefer BSD netcat instead?: nc netcat
@@ -277,6 +277,7 @@ ALL_TOOLS := \
     mktemp \
     modinfo \
     more \
+    mount \
     mountpoint \
     mv \
     netstat \