diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-04-04 18:26:32 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-04-04 18:28:14 +0200 |
commit | 5c9336924f33408cf30747298968be6b0123213f (patch) | |
tree | e84af69b6dbf967c9a4122c6d855f956f6678533 /Android.mk | |
parent | Allow building of an OEM friendly TWRP (diff) | |
download | android_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.mk | 2 |
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 |