Add twrpTar binary

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