commit | bb687f4b13ef818d4eddf4a08662820e888576fd | [log] [tgz] |
---|---|---|
author | Andrew Dodd <atd7@cornell.edu> | Sun Jun 29 18:24:35 2014 -0400 |
committer | Andrew Dodd <atd7@cornell.edu> | Sun Jun 29 21:14:06 2014 -0400 |
tree | 6f4a109adb7267536d2b42e75379f3cf4935cf92 | |
parent | 5eac222cfe65ea7458bb715e009841e1d15240c5 [diff] |
minui: Do not return true from target_has_overlay() if MSM_BSP is not set Since target_has_overlay() was not ifdefed with MSM_BSP, it would return true on some devices even if MSM_BSP was unset, breaking LPM and some other minui functions. Change-Id: Ic6b524fa0b5e36fc9ffe67d53e2bf33e9d4fd2d3
Team Win Recovery Project (TWRP)
The goal of this branch is to rebase TWRP onto AOSP while maintaining as much of the original AOSP code as possible. This goal should allow us to apply updates to the AOSP code going forward with little to no extra work. With this goal in mind, we will carefully consider any changes needed to the AOSP code before allowing them. In most cases, instead of changing the AOSP code, we'll create our own functions instead. The only changes that should be made to AOSP code should be those affecting startup of the recovery and some of the make files.
If there are changes that need to be merged from AOSP, we will pull the change directly from AOSP instead of creating a new patch in order to prevent merge conflicts with AOSP.
This branch is under final testing and will be used shortly for public builds, but has not officially been released.
You can find a compiling guide here.
More information about the project.
If you have code changes to submit those should be pushed to our gerrit instance. A guide can be found here.