implement "usermrf" fstab flag to force rm -rf * deletion on specific partitions

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