summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-04-04 18:26:32 +0200
committerEthan Yonker <dees_troy@teamw.in>2014-04-04 18:28:14 +0200
commit5c9336924f33408cf30747298968be6b0123213f (patch)
treee84af69b6dbf967c9a4122c6d855f956f6678533 /Android.mk
parentAllow building of an OEM friendly TWRP (diff)
downloadandroid_bootable_recovery-5c9336924f33408cf30747298968be6b0123213f.tar
android_bootable_recovery-5c9336924f33408cf30747298968be6b0123213f.tar.gz
android_bootable_recovery-5c9336924f33408cf30747298968be6b0123213f.tar.bz2
android_bootable_recovery-5c9336924f33408cf30747298968be6b0123213f.tar.lz
android_bootable_recovery-5c9336924f33408cf30747298968be6b0123213f.tar.xz
android_bootable_recovery-5c9336924f33408cf30747298968be6b0123213f.tar.zst
android_bootable_recovery-5c9336924f33408cf30747298968be6b0123213f.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index c54f8c058..2f1f6fcee 100644
--- a/Android.mk
+++ b/Android.mk
@@ -284,6 +284,7 @@ endif
include $(BUILD_EXECUTABLE)
+ifneq ($(TW_USE_TOOLBOX), true)
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)
@@ -301,6 +302,7 @@ $(RECOVERY_BUSYBOX_SYMLINKS): $(LOCAL_INSTALLED_MODULE)
$(hide) ln -sf $(BUSYBOX_BINARY) $@
ALL_DEFAULT_INSTALLED_MODULES += $(RECOVERY_BUSYBOX_SYMLINKS)
+endif
include $(CLEAR_VARS)
LOCAL_MODULE := verifier_test