commit | db2204490148452f293d20ff4df48fe42255879f | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Fri Oct 31 22:43:59 2014 -0500 |
committer | Ethan Yonker <dees_troy@teamw.in> | Tue Nov 04 08:49:09 2014 -0600 |
tree | b5401fd9e628c9e128714adfad5723d020617082 | |
parent | 9eb1cd47520498e181a2d9fb2f3b464ae5327bd8 [diff] |
Fix some module tags There is no LOCAL_MODULES_TAGS. Fix by combining with LOCAL_MODULE_TAGS. Change-Id: I1cacef2f8123af3632ff6a52aa62c2f2e15ac37d
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.