summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKetut Putu Kumajaya <ketut.kumajaya@gmail.com>2015-12-02 16:17:23 +0700
committerSteve Kondik <shade@chemlab.org>2015-12-04 19:14:16 -0800
commit0ee31296ce06cc3e3f00b2383de2096433e223e2 (patch)
treeb03c779e6c3cb6615d3e301e6c3a68ba10e14bc3 /Android.mk
parent6940ce9d7267e18b81da5b301251d13381a71c0f (diff)
downloadandroid_system_vold-0ee31296ce06cc3e3f00b2383de2096433e223e2.tar.gz
android_system_vold-0ee31296ce06cc3e3f00b2383de2096433e223e2.tar.bz2
android_system_vold-0ee31296ce06cc3e3f00b2383de2096433e223e2.zip
vold: Native exfat driver support
* exfat-nofuse https://github.com/dorimanx/exfat-nofuse Change-Id: I0b7d7b3f3e21defa83e08564b3fdb67a9957edc0
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)