summaryrefslogtreecommitdiffstats
path: root/exfat/exfat-fuse (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-23exfat: Update to 1.2.2Matt Mower3-669/+0
Change-Id: I160389afa074270c398aeb771845500f2445838a
2015-12-08Rename libexfat target to prevent conflictsEthan Yonker1-1/+1
Change-Id: I5d2774c273a90c1f02c074f3c947c13b265972b3
2014-11-04This patchset causes issues with backups.bigbiff1-43/+12
Revert "update exfat from current head" This reverts commit 2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5. Change-Id: I00d19d98f721bb50aa937ca15b11fe3491132fcd
2014-11-03Remove dependence on build hax in makefilesMatt Mower1-5/+0
Update makefiles to no longer rely on INTERNAL_RECOVERY_FILES. Define LOCAL_ADDITIONAL_DEPENDENCIES instead. Set LOCAL_LDFLAGS to properly link recovery executable. Change-Id: I4542104c69399b5a19674b9772ab89c3709efa72
2014-09-05update exfat from current headbigbiff bigbiff1-12/+43
Change-Id: I7d93474296612fda1dde23f6e8690668d6880e27
2014-09-03Build block TWRP with RECOVERY_VARIANTMatt Mower1-2/+2
Enable TWRP to reside alongside other recoveries with the naming convention: bootable/recovery(-flag). If TWRP resides at bootable/recovery and a device does not specify RECOVERY_VARIANT, then it will build like normal. If TWRP resides at bootable/recovery-twrp, then its makefiles will only be parsed if a device specifies 'RECOVERY_VARIANT := twrp'. This prevents TWRP specific makefile warnings/errors (notably, missing DEVICE_RESOLUTION) when another recovery is being built. Change-Id: I8f02fffcd79c309c7123b9428eedc69af02e126e
2013-08-11Rename libfuse to prevent conflicts with newer CM treesDees_Troy1-1/+1
Change-Id: I468e8556e1606b9c944292db27237026e78fb8f0
2013-08-08update exfat to latest commits for io issuesbigbiff bigbiff1-4/+23
2013-07-03update to newest exfat changesbigbiff bigbiff2-30/+50
2013-03-08Update exfat to newest commitsbigbiff bigbiff1-16/+4
Change-Id: If15df21a556d39e6325ca8338345b698b9d8759d
2013-01-28Update exFAT to 1.0bigbiff bigbiff1-2/+2
Change-Id: I059cf52c41e76c584f76534b84af8b398d9e4617
2013-01-28Pull fix for exFAT from original sourceDees_Troy1-6/+12
http://code.google.com/p/exfat/source/detail?r=336 Change-Id: Ie8453770a4dcb31283012550f28483ad88bdc267
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff3-0/+641
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function