summaryrefslogtreecommitdiffstats
path: root/exfat/mkfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-241-1/+1
| | | | | | Fix conflicts and make it build in 5.1, 6.0, 7.1, 8.1, and 9.0 Change-Id: Ida0a64c29ff27d339b7f42a18d820930964ac6e4
* Changed off_t to loff_tSpegelius2015-12-238-33/+33
| | | | | | | - off_t is long, loff_t is long long (32bit vs. 64bit) - exfat requites 64 bit to support larger than 2GB fs Change-Id: I70293e45d7d6686317edc759092e738a2ebdd860
* exfat: Update to 1.2.2Matt Mower2015-12-2317-79/+84
| | | | Change-Id: I160389afa074270c398aeb771845500f2445838a
* Rename libexfat target to prevent conflictsEthan Yonker2015-12-081-1/+1
| | | | Change-Id: I5d2774c273a90c1f02c074f3c947c13b265972b3
* This patchset causes issues with backups.bigbiff2014-11-0416-29/+24
| | | | | | | | Revert "update exfat from current head" This reverts commit 2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5. Change-Id: I00d19d98f721bb50aa937ca15b11fe3491132fcd
* Remove dependence on build hax in makefilesMatt Mower2014-11-031-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
* update exfat from current headbigbiff bigbiff2014-09-0516-24/+29
| | | | Change-Id: I7d93474296612fda1dde23f6e8690668d6880e27
* Build block TWRP with RECOVERY_VARIANTMatt Mower2014-09-031-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
* Merge "update exfat to latest commits for io issues" into twrp2.5Dees Troy2013-08-2815-60/+90
|\
| * update exfat to latest commits for io issuesbigbiff bigbiff2013-08-0815-60/+90
| |
* | Rename libfuse to prevent conflicts with newer CM treesDees_Troy2013-08-111-1/+1
|/ | | | Change-Id: I468e8556e1606b9c944292db27237026e78fb8f0
* update to newest exfat changesbigbiff bigbiff2013-07-032-40/+25
|
* Update exFAT to 1.0bigbiff bigbiff2013-01-2815-16/+16
| | | | Change-Id: I059cf52c41e76c584f76534b84af8b398d9e4617
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-0917-0/+1944
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function