Create symlinks at compile time for busybox
6 files changed
tree: 05e71ad60192dc4d61a299562f6d189c4d8c360d
  1. Android.mk
  2. CleanSpec.mk
  3. NOTICE
  4. README.md
  5. adb_install.cpp
  6. adb_install.h
  7. applypatch/
  8. bmlutils/
  9. bootloader.cpp
  10. bootloader.h
  11. common.h
  12. crypto/
  13. data.cpp
  14. data.h
  15. data.hpp
  16. default_device.cpp
  17. device.h
  18. edify/
  19. etc/
  20. flashutils/
  21. gui/
  22. htcdumlock/
  23. injecttwrp/
  24. install.cpp
  25. install.h
  26. libcrecovery/
  27. libjpegtwrp/
  28. make-overlay.py
  29. makelist.cpp
  30. makelist.hpp
  31. minadbd/
  32. minelf/
  33. minui/
  34. minuitwrp/
  35. minzip/
  36. mmcutils/
  37. mounts.c
  38. mounts.h
  39. mtdutils/
  40. openrecoveryscript.cpp
  41. openrecoveryscript.hpp
  42. partition.cpp
  43. partitionmanager.cpp
  44. partitions.hpp
  45. pigz/
  46. prebuilt/
  47. recovery.cpp
  48. recovery_ui.h
  49. res/
  50. roots.cpp
  51. roots.h
  52. screen_ui.cpp
  53. screen_ui.h
  54. testdata/
  55. tools/
  56. twbootloader.cpp
  57. twinstall.cpp
  58. twinstall.h
  59. twmincrypt/
  60. twrp-functions.cpp
  61. twrp-functions.hpp
  62. ui.cpp
  63. ui.h
  64. updater/
  65. variables.h
  66. verifier.cpp
  67. verifier.h
  68. verifier_test.cpp
  69. 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, however, most features have been implemented and it is now ready for testing.

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.