summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2016-11-08 05:00:06 +0100
committerDees Troy <dees_troy@teamw.in>2016-11-30 16:47:20 +0100
commit0a8a7cebf154f7062174c4fac4a9c836038fbfbc (patch)
tree2d0cb1e3fa0ec58fa70d87c69a6133f80ba69f59 /Android.mk
parentCheck if mount point is dir during startup (diff)
downloadandroid_bootable_recovery-0a8a7cebf154f7062174c4fac4a9c836038fbfbc.tar
android_bootable_recovery-0a8a7cebf154f7062174c4fac4a9c836038fbfbc.tar.gz
android_bootable_recovery-0a8a7cebf154f7062174c4fac4a9c836038fbfbc.tar.bz2
android_bootable_recovery-0a8a7cebf154f7062174c4fac4a9c836038fbfbc.tar.lz
android_bootable_recovery-0a8a7cebf154f7062174c4fac4a9c836038fbfbc.tar.xz
android_bootable_recovery-0a8a7cebf154f7062174c4fac4a9c836038fbfbc.tar.zst
android_bootable_recovery-0a8a7cebf154f7062174c4fac4a9c836038fbfbc.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 8456e840b..a73311e69 100644
--- a/Android.mk
+++ b/Android.mk
@@ -478,6 +478,9 @@ include $(CLEAR_VARS)
# Create busybox symlinks... gzip and gunzip are excluded because those need to link to pigz instead
BUSYBOX_LINKS := $(shell cat external/busybox/busybox-full.links)
exclude := tune2fs mke2fs mkdosfs mkfs.vfat gzip gunzip
+ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 24; echo $$?),0)
+ exclude += sh
+endif
# Having /sbin/modprobe present on 32 bit devices with can cause a massive
# performance problem if the kernel has CONFIG_MODULES=y