diff options
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk index 335a2d42d..5a37b6238 100644 --- a/Android.mk +++ b/Android.mk @@ -510,9 +510,6 @@ 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 |