From 08004d8cc8c80187c28e63c9a488fdf677264f89 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Thu, 22 Feb 2018 14:06:54 +0100 Subject: [PATCH] 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 --- config/common.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config/common.mk b/config/common.mk index 10c6ec77..df171df3 100644 --- a/config/common.mk +++ b/config/common.mk @@ -196,15 +196,10 @@ PRODUCT_PACKAGES += \ 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 += \