Fix mkexfatfs exclusion when TW_NO_EXFAT enabled

Push to android-5.0

Conflicts:
	Android.mk

Change-Id: I0b831a4e6e52e4b314751035b750e6a398cb4d2d
This commit is contained in:
Matt Mower
2014-11-14 10:54:03 -06:00
committed by Dees Troy
parent d5a7c0edf1
commit 201727911f
+3 -1
View File
@@ -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