Build various 'pending' toybox commands that are in toolbox.

The stuff in pending isn't built by default, so anything we want from
there we have to explicitly choose. Stuff that's already in toolbox
seems like stuff we should be building so we can try it out.

Change-Id: Iabd069fbbfb2805a771958faa2ef2f6d5f0cb333
diff --git a/Android.mk b/Android.mk
index 662bd41..8070438 100644
--- a/Android.mk
+++ b/Android.mk
@@ -116,7 +116,13 @@
     toys/other/which.c \
     toys/other/yes.c \
     toys/pending/chcon.c \
+    toys/pending/dd.c \
     toys/pending/more.c \
+    toys/pending/ps.c \
+    toys/pending/netstat.c \
+    toys/pending/route.c \
+    toys/pending/top.c \
+    toys/pending/traceroute.c \
     toys/posix/basename.c \
     toys/posix/cal.c \
     toys/posix/cat.c \