aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2012-03-29 10:58:58 +0000
committerGerrit Code Review <gerrit@betelgeuse.canonical.com>2012-03-29 10:58:58 +0000
commitb74d1e109ad524362b2c00f87401c71ba0d55ca7 (patch)
tree0052323a93f9571575b5fe396c54a4c04da436fb
parent231b55f4d3df8d9f5a1f897521af264fc0661bf3 (diff)
downloadbusybox-linaro_android_4.0.3.tar.gz
Revert "add busybox links for commands missing in android"linaro_android_4.0.3
This reverts commit 231b55f4d3df8d9f5a1f897521af264fc0661bf3
-rw-r--r--Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index 75335f6fb..77df92efd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,10 +24,3 @@ busybox: $(TARGET_CRTBEGIN_DYNAMIC_O) $(TARGET_CRTEND_O) $(TARGET_OUT_STATIC_LIB
$(MAKE) $(BB_VERBOSE) EXTRA_LDFLAGS="$(BB_LDFLAGS)" LDLIBS="$(BB_LDLIBS)" && \
mkdir -p ../../$(PRODUCT_OUT)/system/bin && \
cp busybox ../../$(PRODUCT_OUT)/system/bin/
- cd $(PRODUCT_OUT)/system/bin/ && \
- ln -s busybox awk && \
- ln -s busybox cp && \
- ln -s busybox cut && \
- ln -s busybox grep && \
- ln -s busybox md5sum && \
- ln -s busybox sed