summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ee7d3b7..9c5c393 100644
--- a/Android.mk
+++ b/Android.mk
@@ -111,6 +111,10 @@ common_shared_libraries += libcryptfs_hw
LOCAL_CFLAGS += -DCONFIG_HW_DISK_ENCRYPTION
endif
+ifeq ($(TARGET_KERNEL_HAVE_EXFAT),true)
+LOCAL_CFLAGS += -DCONFIG_KERNEL_HAVE_EXFAT
+endif
+
LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)
LOCAL_STATIC_LIBRARIES := libvold $(common_static_libraries)