commit | 87da4245566acfe067efd156287b0f4e613b93e9 | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Fri Dec 12 18:50:07 2014 +0000 |
committer | Dees Troy <dees_troy@teamw.in> | Fri Dec 12 18:50:11 2014 +0000 |
tree | 5f64b52153f1ca840b933808ce9e8c7bf16158df | |
parent | 2d11d498caeb2e12eef54a1a797f46fe77a0a776 [diff] |
Fixes for compiling crypto in older trees Some of these fixes needed to be made anyway. Note that older trees will still need to have files / repos copied into them from newer trees. Namely we need: system/security/softkeymaster hardware/libhardware/include/hardware/keymaster.h Maybe others as I did not document very carefully what I was pulling in. Change-Id: I465fd1fbe228803ec02fba047b151f07ea13d5ca
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.