lineage: Unconditionally ship exFAT tools
* We no longer need to build the mount.exfat tool because
only kernel implementations will be supported from now on.
Change-Id: Ic7e1354e6ead6a96a9d6021de8dac4cfdabcbbce
diff --git a/config/common.mk b/config/common.mk
index 10c6ec7..df171df 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -196,15 +196,10 @@
libhealthd.lineage
endif
-# ExFAT support
-WITH_EXFAT ?= true
-ifeq ($(WITH_EXFAT),true)
-TARGET_USES_EXFAT := true
+# exFAT tools
PRODUCT_PACKAGES += \
- mount.exfat \
fsck.exfat \
mkfs.exfat
-endif
# Openssh
PRODUCT_PACKAGES += \