Loading Android.mk +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading prebuilt/Android.mk +0 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,6 @@ RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/erase_image RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/bu ifneq ($(TW_USE_TOOLBOX), true) RELINK_SOURCE_FILES += $(TARGET_OUT_OPTIONAL_EXECUTABLES)/busybox ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 24; echo $$?),0) RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/sh endif else RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/sh RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libcrypto.so Loading Loading
Android.mk +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
prebuilt/Android.mk +0 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,6 @@ RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/erase_image RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/bu ifneq ($(TW_USE_TOOLBOX), true) RELINK_SOURCE_FILES += $(TARGET_OUT_OPTIONAL_EXECUTABLES)/busybox ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 24; echo $$?),0) RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/sh endif else RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/sh RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libcrypto.so Loading