Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applypatch: add support for BML partitions | Conn O'Griofa | 2014-10-07 | 2 | -9/+11 |
| | | | | | | | | | This actually uses the EMMC partition access code. In order for this to work, the BML partition name is changed back to the block device name (e.g. "boot" -> "/dev/block/bml9"), and the BML_UNLOCK_ALL ioctl is called before writing. Change-Id: I012f1eca0b486b7465ca38b5db1f513ee8a246ea | ||||
* | Build block TWRP with RECOVERY_VARIANT | Matt Mower | 2014-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | Update sdcard partitioning to C++ | Dees_Troy | 2012-09-27 | 1 | -2/+0 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 3 | -0/+292 |
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere |