Update SuperSU to 2.40

The SuperSU install process is getting rather complicated, so we
will modify the install script slightly and use it to install
all the things and stop trying to check to see if root permissions
have been lost like we used to do.

Change-Id: Ibdb64c909d2bd16e12bb35b4f31f572cc29add47
14 files changed
tree: e1b4c98653678ca80ad87d3ca19b222994b49081
  1. .gitignore
  2. Android.mk
  3. CleanSpec.mk
  4. NOTICE
  5. README.md
  6. adb_install.cpp
  7. adb_install.h
  8. applypatch/
  9. asn1_decoder.cpp
  10. asn1_decoder.h
  11. bmlutils/
  12. bootloader.cpp
  13. bootloader.h
  14. common.h
  15. crypto/
  16. data.cpp
  17. data.h
  18. data.hpp
  19. default_device.cpp
  20. device.h
  21. digest/
  22. dosfstools/
  23. edify/
  24. etc/
  25. exfat/
  26. fb2png/
  27. find_file.cpp
  28. find_file.hpp
  29. fixPermissions.cpp
  30. fixPermissions.hpp
  31. flashutils/
  32. fonts/
  33. fuse.h
  34. fuse/
  35. fuse_sdcard_provider.c
  36. fuse_sdcard_provider.h
  37. fuse_sideload.c
  38. fuse_sideload.h
  39. gui/
  40. htcdumlock/
  41. infomanager.cpp
  42. infomanager.hpp
  43. injecttwrp/
  44. install.cpp
  45. install.h
  46. interlace-frames.py
  47. legacy_properties.h
  48. legacy_property_service.c
  49. legacy_property_service.h
  50. libblkid/
  51. libcrecovery/
  52. libmincrypt/
  53. libtar/
  54. minadbd/
  55. minui/
  56. minuitwrp/
  57. minzip/
  58. mmcutils/
  59. mounts.c
  60. mounts.h
  61. mtdutils/
  62. mtp/
  63. openaes/
  64. openrecoveryscript.cpp
  65. openrecoveryscript.hpp
  66. orscmd/
  67. partition.cpp
  68. partitionmanager.cpp
  69. partitions.hpp
  70. pigz/
  71. prebuilt/
  72. recovery.cpp
  73. recovery_ui.h
  74. res-hdpi/
  75. res-mdpi/
  76. res-xhdpi/
  77. res-xxhdpi/
  78. res-xxxhdpi/
  79. res/
  80. roots.cpp
  81. roots.h
  82. screen_ui.cpp
  83. screen_ui.h
  84. set_metadata.c
  85. set_metadata.h
  86. tarWrite.c
  87. tarWrite.h
  88. testdata/
  89. tests/
  90. toolbox/
  91. tools/
  92. twcommon.h
  93. twinstall.cpp
  94. twinstall.h
  95. twrp-functions.cpp
  96. twrp-functions.hpp
  97. twrp.cpp
  98. twrpDU.cpp
  99. twrpDU.hpp
  100. twrpDigest.cpp
  101. twrpDigest.hpp
  102. twrpTar.cpp
  103. twrpTar.h
  104. twrpTar.hpp
  105. twrpTarMain/
  106. ui.cpp
  107. ui.h
  108. uncrypt/
  109. updater/
  110. variables.h
  111. verifier.cpp
  112. verifier.h
  113. verifier_test.cpp
  114. 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.