Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recovery: Fix my-dir must be called before including any other makefile | Rob | 2014-11-06 | 1 | -2/+1 |
| | | | | Change-Id: I70c867961ae779bd99839e4ce7cb1dc8d154158f | ||||
* | Remove dependence on build hax in makefiles | Matt Mower | 2014-11-03 | 1 | -2/+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_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 | ||||
* | Update decrypt for 4.4 | Dees Troy | 2013-11-10 | 24 | -0/+2843 |
Change-Id: I8d5d7b6a49890e4707d70de8b429563de0d2ad99 |