summaryrefslogtreecommitdiffstats
path: root/exfat/mkfs
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-08-06 20:00:13 +0200
committerDees_Troy <dees_troy@teamw.in>2013-08-11 00:04:47 +0200
commitdf09c8ba1df8aeda837d944f90a41e0ffa066275 (patch)
tree7479952ae283a3d3e4770d0eed53d7afb2629d9b /exfat/mkfs
parentRemove unneeded touch code changes (diff)
downloadandroid_bootable_recovery-df09c8ba1df8aeda837d944f90a41e0ffa066275.tar
android_bootable_recovery-df09c8ba1df8aeda837d944f90a41e0ffa066275.tar.gz
android_bootable_recovery-df09c8ba1df8aeda837d944f90a41e0ffa066275.tar.bz2
android_bootable_recovery-df09c8ba1df8aeda837d944f90a41e0ffa066275.tar.lz
android_bootable_recovery-df09c8ba1df8aeda837d944f90a41e0ffa066275.tar.xz
android_bootable_recovery-df09c8ba1df8aeda837d944f90a41e0ffa066275.tar.zst
android_bootable_recovery-df09c8ba1df8aeda837d944f90a41e0ffa066275.zip
Diffstat (limited to 'exfat/mkfs')
-rw-r--r--exfat/mkfs/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/exfat/mkfs/Android.mk b/exfat/mkfs/Android.mk
index bccd7c9ac..8c48c77cb 100644
--- a/exfat/mkfs/Android.mk
+++ b/exfat/mkfs/Android.mk
@@ -11,7 +11,7 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH) \
bootable/recovery/exfat/libexfat \
bootable/recovery/fuse/include
LOCAL_SHARED_LIBRARIES += libz libc libexfat libdl
-LOCAL_STATIC_LIBRARIES += libfuse
+LOCAL_STATIC_LIBRARIES += libfusetwrp
include $(BUILD_EXECUTABLE)