Copy exFAT binaries to system

Issue: FP3-A11#46
Change-Id: Id21e26447646981d49c93e2dcd24e92debdc8ab1
diff --git a/device.mk b/device.mk
index db0cdee..ec42eca 100644
--- a/device.mk
+++ b/device.mk
@@ -383,6 +383,15 @@
 PRODUCT_PROPERTY_OVERRIDES += ro.crypto.volume.filenames_mode=aes-256-cts
 
 
+# ExFAT binaries
+PRODUCT_COPY_FILES += \
+	$(FP_PATH)/tuxera/exfatck:$(TARGET_COPY_OUT_SYSTEM)/bin/exfatck \
+	$(FP_PATH)/tuxera/exfatdebug:$(TARGET_COPY_OUT_SYSTEM)/bin/exfatdebug \
+	$(FP_PATH)/tuxera/exfatlabel:$(TARGET_COPY_OUT_SYSTEM)/bin/exfatlabel \
+	$(FP_PATH)/tuxera/exfatvsn:$(TARGET_COPY_OUT_SYSTEM)/bin/exfatvsn \
+	$(FP_PATH)/tuxera/mkexfat:$(TARGET_COPY_OUT_SYSTEM)/bin/mkexfat
+
+
 # Fastbootd
 PRODUCT_PACKAGES += fastbootd