summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2014-11-14 17:54:03 +0100
committerDees Troy <dees_troy@teamw.in>2014-12-10 16:40:43 +0100
commit201727911f57e80923d91a2f340e6851103dcf84 (patch)
tree271d5932885e0b6dfc7c0b9543a8fa6a3685b48e
parentadd support unicode font not only ascii (diff)
downloadandroid_bootable_recovery-201727911f57e80923d91a2f340e6851103dcf84.tar
android_bootable_recovery-201727911f57e80923d91a2f340e6851103dcf84.tar.gz
android_bootable_recovery-201727911f57e80923d91a2f340e6851103dcf84.tar.bz2
android_bootable_recovery-201727911f57e80923d91a2f340e6851103dcf84.tar.lz
android_bootable_recovery-201727911f57e80923d91a2f340e6851103dcf84.tar.xz
android_bootable_recovery-201727911f57e80923d91a2f340e6851103dcf84.tar.zst
android_bootable_recovery-201727911f57e80923d91a2f340e6851103dcf84.zip
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 207ee16d9..e10fef108 100644
--- a/Android.mk
+++ b/Android.mk
@@ -313,7 +313,6 @@ LOCAL_ADDITIONAL_DEPENDENCIES := \
flash_image \
fix_permissions.sh \
mke2fs.conf \
- mkexfatfs \
pigz \
teamwin \
toolbox_symlinks \
@@ -333,6 +332,9 @@ endif
ifneq ($(TW_USE_TOOLBOX), true)
LOCAL_ADDITIONAL_DEPENDENCIES += busybox_symlinks
endif
+ifneq ($(TW_NO_EXFAT), true)
+ LOCAL_ADDITIONAL_DEPENDENCIES += mkexfatfs
+endif
ifeq ($(BOARD_HAS_NO_REAL_SDCARD),)
LOCAL_ADDITIONAL_DEPENDENCIES += parted
endif