Loading toolbox/Android.mk +13 −9 Original line number Original line Diff line number Diff line Loading @@ -2,18 +2,14 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) include $(CLEAR_VARS) TOOLS := \ TOOLS := \ ls \ mount \ cat \ cat \ ps \ ps \ kill \ kill \ ln \ insmod \ insmod \ rmmod \ rmmod \ lsmod \ lsmod \ ifconfig \ ifconfig \ setconsole \ setconsole \ rm \ mkdir \ mkdir \ rmdir \ rmdir \ reboot \ reboot \ Loading @@ -22,7 +18,6 @@ TOOLS := \ date \ date \ wipe \ wipe \ sync \ sync \ umount \ start \ start \ stop \ stop \ notify \ notify \ Loading @@ -31,7 +26,6 @@ TOOLS := \ route \ route \ hd \ hd \ dd \ dd \ df \ getprop \ getprop \ setprop \ setprop \ watchprops \ watchprops \ Loading @@ -40,12 +34,9 @@ TOOLS := \ renice \ renice \ printenv \ printenv \ smd \ smd \ chmod \ chown \ newfs_msdos \ newfs_msdos \ netstat \ netstat \ ioctl \ ioctl \ mv \ schedtop \ schedtop \ top \ top \ iftop \ iftop \ Loading @@ -56,6 +47,19 @@ TOOLS := \ ionice \ ionice \ lsof lsof ifndef TINY_TOOLBOX TOOLS += \ ln \ ls \ mount \ rm \ umount \ df \ chmod \ chown \ mv endif LOCAL_SRC_FILES:= \ LOCAL_SRC_FILES:= \ toolbox.c \ toolbox.c \ $(patsubst %,%.c,$(TOOLS)) $(patsubst %,%.c,$(TOOLS)) Loading Loading
toolbox/Android.mk +13 −9 Original line number Original line Diff line number Diff line Loading @@ -2,18 +2,14 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) include $(CLEAR_VARS) TOOLS := \ TOOLS := \ ls \ mount \ cat \ cat \ ps \ ps \ kill \ kill \ ln \ insmod \ insmod \ rmmod \ rmmod \ lsmod \ lsmod \ ifconfig \ ifconfig \ setconsole \ setconsole \ rm \ mkdir \ mkdir \ rmdir \ rmdir \ reboot \ reboot \ Loading @@ -22,7 +18,6 @@ TOOLS := \ date \ date \ wipe \ wipe \ sync \ sync \ umount \ start \ start \ stop \ stop \ notify \ notify \ Loading @@ -31,7 +26,6 @@ TOOLS := \ route \ route \ hd \ hd \ dd \ dd \ df \ getprop \ getprop \ setprop \ setprop \ watchprops \ watchprops \ Loading @@ -40,12 +34,9 @@ TOOLS := \ renice \ renice \ printenv \ printenv \ smd \ smd \ chmod \ chown \ newfs_msdos \ newfs_msdos \ netstat \ netstat \ ioctl \ ioctl \ mv \ schedtop \ schedtop \ top \ top \ iftop \ iftop \ Loading @@ -56,6 +47,19 @@ TOOLS := \ ionice \ ionice \ lsof lsof ifndef TINY_TOOLBOX TOOLS += \ ln \ ls \ mount \ rm \ umount \ df \ chmod \ chown \ mv endif LOCAL_SRC_FILES:= \ LOCAL_SRC_FILES:= \ toolbox.c \ toolbox.c \ $(patsubst %,%.c,$(TOOLS)) $(patsubst %,%.c,$(TOOLS)) Loading