commit | 738be7a3ffec0a4053478d49821c7da9c5fd9ee6 | [log] [tgz] |
---|---|---|
author | Ethan Yonker <dees_troy@teamw.in> | Wed Dec 10 11:40:43 2014 -0600 |
committer | Ethan Yonker <dees_troy@teamw.in> | Wed Dec 10 11:54:02 2014 -0600 |
tree | 1c8efbf90b4045d41f7664b0b88a75cff545a729 | |
parent | ceb7b8e5767aaac364d75c647ea130968e15f3ed [diff] |
Use one mizip for all The new minzip did not compile in older trees due to needing mmap64. For older trees we will just use mmap instead. Remove all files and code pertaining to minzipold. Updater should now build properly in older trees as well. Eliminate use of PLATFORM_VERSION in favor of PLATFORM_SDK_VERSION which should be more consistent and reliable. Change-Id: I38d2b604a73d1b17a2072c7d60e990b81ece0c10
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.