Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20172791 authored by Matt Mower's avatar Matt Mower Committed by Dees Troy
Browse files

Fix mkexfatfs exclusion when TW_NO_EXFAT enabled

Push to android-5.0

Conflicts:
	Android.mk

Change-Id: I0b831a4e6e52e4b314751035b750e6a398cb4d2d
parent d5a7c0ed
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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