commit | f746dbb0541e05182450fe64f119e93d656eaac6 | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Wed May 13 22:56:31 2015 -0500 |
committer | Dees Troy <dees_troy@teamw.in> | Tue May 19 21:08:46 2015 +0200 |
tree | 628709ad2abf52f590654f412d2a9c9202c9123c | |
parent | 56fe5e71e5c52f24118b36d41da0b842cd082be1 [diff] |
Only include uncrypt if not in system/core Some android trees have uncrypt in system/core (cm-11.0). This breaks building recovery since two modules of the same name conflict. Only include the local copy of uncrypt if it doesn't already exist in system/core. Change-Id: Ie2d7cdedf0d4c9ad148c43b317d1f22d1e50e1f7
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.