summaryrefslogtreecommitdiffstats
path: root/toybox
diff options
context:
space:
mode:
Diffstat (limited to 'toybox')
-rw-r--r--toybox/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/toybox/Android.mk b/toybox/Android.mk
index c21a27235..5f6edec3f 100644
--- a/toybox/Android.mk
+++ b/toybox/Android.mk
@@ -485,7 +485,6 @@ ALL_TOOLS += \
arp \
base64 \
chattr \
- dd \
df \
diff \
flock \
@@ -547,7 +546,7 @@ ALL_TOOLS += \
gzip \
gunzip \
zcat
-ifeq ($(shell test $(PLATFORM_SDK_VERSION) -gt 27; echo $$?),0)
+ifeq ($(shell test $(PLATFORM_SDK_VERSION) -gt 25; echo $$?),0)
ALL_TOOLS += \
fmt \
start \