commit | 41ae12482b235bcad9d389e1e5fd66dd57036b15 | [log] [tgz] |
---|---|---|
author | Vojtech Bocek <vbocek@gmail.com> | Sun Jan 04 21:57:50 2015 +0100 |
committer | Ethan Yonker <dees_troy@teamw.in> | Tue Jan 06 11:36:58 2015 -0600 |
tree | 6a06d10dada9e9b5d0f08a4d78b63497d3b11e6f | |
parent | 1db509094e7e054149ef12e6628de40d9e330f58 [diff] |
Include libnetd_client in recovery * Bionic tries to load it, and if it isn't in /sbin and /system is mounted, it loads it from there and prevents it from unmouting Change-Id: I33d0b6ba4503f2822d96033fa26d53e10b8ce1c5 Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
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.