summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-09-26 17:22:37 +0200
committerDees_Troy <dees_troy@teamw.in>2012-09-26 17:22:37 +0200
commit202c11967c8bf620ed21ebfe9f54ed569b80e72b (patch)
tree6722c3e01deec8891e6a5ec4ebc703c6152b4977 /README.md
parentFix a problem with scrolling in the console (diff)
downloadandroid_bootable_recovery-202c11967c8bf620ed21ebfe9f54ed569b80e72b.tar
android_bootable_recovery-202c11967c8bf620ed21ebfe9f54ed569b80e72b.tar.gz
android_bootable_recovery-202c11967c8bf620ed21ebfe9f54ed569b80e72b.tar.bz2
android_bootable_recovery-202c11967c8bf620ed21ebfe9f54ed569b80e72b.tar.lz
android_bootable_recovery-202c11967c8bf620ed21ebfe9f54ed569b80e72b.tar.xz
android_bootable_recovery-202c11967c8bf620ed21ebfe9f54ed569b80e72b.tar.zst
android_bootable_recovery-202c11967c8bf620ed21ebfe9f54ed569b80e72b.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c1724c4f1..9031f6b14 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
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.
-This branch is currently a work in progress and should not be used for compiling.
+This branch is currently a work in progress, however, most features have been implemented and it is now ready for testing.
You can find a compiling guide [here](http://rootzwiki.com/topic/23903-how-to-compile-twrp-from-source/ "Guide").