| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I7d93474296612fda1dde23f6e8690668d6880e27
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\ |
|
| | |
|
|/
|
|
| |
Change-Id: I468e8556e1606b9c944292db27237026e78fb8f0
|
| |
|
|
|
|
| |
Change-Id: If15df21a556d39e6325ca8338345b698b9d8759d
|
|
|
|
| |
Change-Id: I059cf52c41e76c584f76534b84af8b398d9e4617
|
|
|
|
|
|
| |
http://code.google.com/p/exfat/source/detail?r=336
Change-Id: Ie8453770a4dcb31283012550f28483ad88bdc267
|
|
Add proper mkdosfs tool
Add fuse to TWRP
Add experimental exfat-fuse to TWRP
Convert all system() functions to use new Exec_Cmd function
|