Include exfat if source is present

This commit is contained in:
Pierre-Hugues Husson 2018-08-16 17:00:28 +02:00
parent 986fa4cd0b
commit 3f96b1903b
1 changed files with 6 additions and 0 deletions

View File

@ -70,3 +70,9 @@ PRODUCT_COPY_FILES += \
device/phh/treble/twrp/twrp.rc:system/etc/init/twrp.rc \
device/phh/treble/twrp/twrp.sh:system/bin/twrp.sh \
device/phh/treble/twrp/busybox-armv7l:system/bin/busybox_phh
ifneq (,$(wildcard external/exfat)
PRODUCT_PACKAGES += \
mkfs.exfat \
fsck.exfat
endif