summaryrefslogtreecommitdiffstats
path: root/dosfstools/Android.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-241-0/+3
| | | | | | Fix conflicts and make it build in 5.1, 6.0, 7.1, 8.1, and 9.0 Change-Id: Ida0a64c29ff27d339b7f42a18d820930964ac6e4
* Update dosfstoolsMatt Mower2015-11-261-26/+24
| | | | | | | | | | | | | * Version 3.0.28 * Update filenames in source * Remove unnecessary symlink to fsck * Commit "Recode short filenames from DOS codepage (default 437)." has been reverted since we do not have access to iconv * Commits cherry-picked on top of 3.0.28: - mkfs.fat: fix incorrect int type - Prevent out of bound array read in date_dos2unix() Change-Id: I50310235c62ec2e6bc90afcd10f2814d3afb5113
* Fix fsck_msdos symlinkMatt Mower2015-02-211-1/+1
| | | | Change-Id: I3dfc1c2e48b81bb6c41b6aaff6a40684649c656a
* Fix compiling of dosfstools for arm64Ethan Yonker2014-12-121-4/+4
| | | | Change-Id: If99d0be4b73cdeb388c6cb1b35a215d3b8b3b58d
* Remove dependence on build hax in makefilesMatt Mower2014-11-031-8/+6
| | | | | | | | | 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
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-0/+59
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function