diff options
author | Matt Mower <mowerm@gmail.com> | 2016-08-24 09:11:32 +0200 |
---|---|---|
committer | Matt Mower <mowerm@gmail.com> | 2017-01-18 20:04:35 +0100 |
commit | c55b9a78936d1874d780501416209db6b95d2a33 (patch) | |
tree | b6a32fefa76a3635de5812c7803ff7ee4daaba05 /gui | |
parent | Add missing license headers (diff) | |
download | android_bootable_recovery-c55b9a78936d1874d780501416209db6b95d2a33.tar android_bootable_recovery-c55b9a78936d1874d780501416209db6b95d2a33.tar.gz android_bootable_recovery-c55b9a78936d1874d780501416209db6b95d2a33.tar.bz2 android_bootable_recovery-c55b9a78936d1874d780501416209db6b95d2a33.tar.lz android_bootable_recovery-c55b9a78936d1874d780501416209db6b95d2a33.tar.xz android_bootable_recovery-c55b9a78936d1874d780501416209db6b95d2a33.tar.zst android_bootable_recovery-c55b9a78936d1874d780501416209db6b95d2a33.zip |
Diffstat (limited to 'gui')
-rw-r--r-- | gui/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/Android.mk b/gui/Android.mk index 3712bbf74..b21c9f424 100644 --- a/gui/Android.mk +++ b/gui/Android.mk @@ -157,9 +157,6 @@ ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 24; echo $$?),0) ln -sf $(TWRP_SH_TARGET) $(TARGET_RECOVERY_ROOT_OUT)/sbin/sh endif endif - ln -sf /sbin/pigz $(TARGET_RECOVERY_ROOT_OUT)/sbin/gzip - ln -sf /sbin/unpigz $(TARGET_RECOVERY_ROOT_OUT)/sbin/gunzip - LOCAL_GENERATED_SOURCES := $(TWRP_RES_GEN) LOCAL_SRC_FILES := twrp $(TWRP_RES_GEN) |