Move all AOSP code out of recovery binary

Improves license compatibility between GPL and Apache

Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
59 files changed
tree: 3133d98e33eba4fab9760f9a4a54aeac83107119
  1. .gitignore
  2. Android.mk
  3. CleanSpec.mk
  4. NOTICE
  5. README.md
  6. adb_install.cpp
  7. adb_install.h
  8. applypatch/
  9. bmlutils/
  10. bootloader.cpp
  11. bootloader.h
  12. common.h
  13. crypto/
  14. data.cpp
  15. data.h
  16. data.hpp
  17. default_device.cpp
  18. device.h
  19. digest/
  20. dosfstools/
  21. edify/
  22. etc/
  23. exfat/
  24. fixPermissions.cpp
  25. fixPermissions.hpp
  26. flashutils/
  27. fuse/
  28. gui/
  29. htcdumlock/
  30. injecttwrp/
  31. install.cpp
  32. install.h
  33. libblkid/
  34. libcrecovery/
  35. libjpegtwrp/
  36. libtar/
  37. make-overlay.py
  38. minadbd/
  39. minelf/
  40. minui/
  41. minuitwrp/
  42. minzip/
  43. mmcutils/
  44. mounts.c
  45. mounts.h
  46. mtdutils/
  47. openrecoveryscript.cpp
  48. openrecoveryscript.hpp
  49. partition.cpp
  50. partitionmanager.cpp
  51. partitions.hpp
  52. pigz/
  53. prebuilt/
  54. recovery.cpp
  55. recovery_ui.h
  56. res/
  57. roots.cpp
  58. roots.h
  59. screen_ui.cpp
  60. screen_ui.h
  61. tarWrite.c
  62. tarWrite.h
  63. testdata/
  64. tools/
  65. twbootloader.cpp
  66. twcommon.h
  67. twinstall.cpp
  68. twinstall.h
  69. twmincrypt/
  70. twrp-functions.cpp
  71. twrp-functions.hpp
  72. twrp.cpp
  73. twrpDigest.cpp
  74. twrpDigest.hpp
  75. twrpTar.cpp
  76. twrpTar.h
  77. twrpTar.hpp
  78. ui.cpp
  79. ui.h
  80. updater/
  81. variables.h
  82. verifier.cpp
  83. verifier.h
  84. verifier_test.cpp
  85. 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.

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.