Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build block TWRP with RECOVERY_VARIANT | Matt Mower | 2014-09-03 | 1 | -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.5 | Dees Troy | 2013-08-28 | 15 | -60/+90 |
|\ | |||||
| * | update exfat to latest commits for io issues | bigbiff bigbiff | 2013-08-08 | 15 | -60/+90 |
| | | |||||
* | | Rename libfuse to prevent conflicts with newer CM trees | Dees_Troy | 2013-08-11 | 1 | -1/+1 |
|/ | | | | Change-Id: I468e8556e1606b9c944292db27237026e78fb8f0 | ||||
* | update to newest exfat changes | bigbiff bigbiff | 2013-07-03 | 2 | -40/+25 |
| | |||||
* | Update exFAT to 1.0 | bigbiff bigbiff | 2013-01-28 | 15 | -16/+16 |
| | | | | Change-Id: I059cf52c41e76c584f76534b84af8b398d9e4617 | ||||
* | Add libtar to TWRP instead of using busybox tar | bigbiff bigbiff | 2013-01-09 | 17 | -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 |