Initial stub of partitions.hpp
1 file changed
tree: 1bcbe2329ff67d02905cf433afda36682ee62d44
  1. applypatch/
  2. edify/
  3. etc/
  4. minadbd/
  5. minelf/
  6. minui/
  7. minzip/
  8. mtdutils/
  9. res/
  10. testdata/
  11. tools/
  12. updater/
  13. adb_install.cpp
  14. adb_install.h
  15. Android.mk
  16. bootloader.cpp
  17. bootloader.h
  18. CleanSpec.mk
  19. common.h
  20. default_device.cpp
  21. device.h
  22. install.cpp
  23. install.h
  24. make-overlay.py
  25. NOTICE
  26. partitions.hpp
  27. README.md
  28. recovery.cpp
  29. roots.cpp
  30. roots.h
  31. screen_ui.cpp
  32. screen_ui.h
  33. ui.cpp
  34. ui.h
  35. verifier.cpp
  36. verifier.h
  37. verifier_test.cpp
  38. verifier_test.sh
README.md

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.

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.