Skip to content

Commit

Permalink
change fuse to be compiled with TW_INCLUDE_FUSE_EXFAT
Browse files Browse the repository at this point in the history
update exfat_fuse to newest updates
Always compile mkexfatfs
  • Loading branch information
bigbiff committed Jan 19, 2013
1 parent 4bb33ac commit 31f0e5f
Show file tree
Hide file tree
Showing 6 changed files with 1,571 additions and 35 deletions.
4 changes: 2 additions & 2 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ include $(commands_recovery_local_path)/libjpegtwrp/Android.mk \
$(commands_recovery_local_path)/crypto/cryptfs/Android.mk \
$(commands_recovery_local_path)/libcrecovery/Android.mk \
$(commands_recovery_local_path)/twmincrypt/Android.mk \
$(commands_recovery_local_path)/exfat/mkfs/Android.mk

ifeq ($(TW_INCLUDE_CRYPTO_SAMSUNG), true)
include $(commands_recovery_local_path)/crypto/libcrypt_samsung/Android.mk
Expand All @@ -292,11 +293,10 @@ ifeq ($(TW_INCLUDE_JB_CRYPTO), true)
include $(commands_recovery_local_path)/crypto/fs_mgr/Android.mk
endif

ifeq ($(TW_INCLUDE_EXFAT), true)
ifeq ($(TW_INCLUDE_FUSE_EXFAT), true)
include $(commands_recovery_local_path)/fuse/Android.mk
include $(commands_recovery_local_path)/exfat/libexfat/Android.mk
include $(commands_recovery_local_path)/exfat/exfat-fuse/Android.mk
include $(commands_recovery_local_path)/exfat/mkfs/Android.mk
endif

commands_recovery_local_path :=
Loading

0 comments on commit 31f0e5f

Please sign in to comment.