summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-08-31 17:27:58 +0200
committerDees_Troy <dees_troy@teamw.in>2012-08-31 17:27:58 +0200
commit74df7d36a202d469dc11d1820ae17724071831f6 (patch)
treef2e37cb7ebf8d75310c1f4f3ff6306ef4c5b074c /README.md
parentMerge "Fixing trivial warnings for libminui" (diff)
downloadandroid_bootable_recovery-74df7d36a202d469dc11d1820ae17724071831f6.tar
android_bootable_recovery-74df7d36a202d469dc11d1820ae17724071831f6.tar.gz
android_bootable_recovery-74df7d36a202d469dc11d1820ae17724071831f6.tar.bz2
android_bootable_recovery-74df7d36a202d469dc11d1820ae17724071831f6.tar.lz
android_bootable_recovery-74df7d36a202d469dc11d1820ae17724071831f6.tar.xz
android_bootable_recovery-74df7d36a202d469dc11d1820ae17724071831f6.tar.zst
android_bootable_recovery-74df7d36a202d469dc11d1820ae17724071831f6.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..c1724c4f1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+**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.
+
+This branch is currently a work in progress and should not be used for compiling.
+
+You can find a compiling guide [here](http://rootzwiki.com/topic/23903-how-to-compile-twrp-from-source/ "Guide").
+
+[More information about the project.](http://www.teamw.in/project/twrp2 "More Information")
+
+If you have code changes to submit those should be pushed to our gerrit instance. A guide can be found [here](http://teamw.in/twrp2-gerrit "Gerrit Guide").