summaryrefslogtreecommitdiffstats
path: root/exfat/mkfs/Android.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename libexfat target to prevent conflictsEthan Yonker2015-12-081-1/+1
| | | | Change-Id: I5d2774c273a90c1f02c074f3c947c13b265972b3
* 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
* 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
* Rename libfuse to prevent conflicts with newer CM treesDees_Troy2013-08-111-1/+1
| | | | Change-Id: I468e8556e1606b9c944292db27237026e78fb8f0
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-0/+21
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function