fix getting and setting contexts in selinux

recreate lost+found with selinux contexts

Change-Id: I19e8696d47319dfb641520956c8a27c2a796a0c3
6 files changed
tree: 40d9a8e023ad47e9a4032d23b160770e4fcaa12d
  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. libtar/
  19. minadbd/
  20. minelf/
  21. minui/
  22. minuitwrp/
  23. minzip/
  24. minzipold/
  25. mmcutils/
  26. mtdutils/
  27. openaes/
  28. pigz/
  29. prebuilt/
  30. res/
  31. testdata/
  32. toolbox/
  33. tools/
  34. updater/
  35. .gitignore
  36. adb_install.cpp
  37. adb_install.h
  38. Android.mk
  39. bootloader.cpp
  40. bootloader.h
  41. CleanSpec.mk
  42. common.h
  43. data.cpp
  44. data.h
  45. data.hpp
  46. default_device.cpp
  47. device.h
  48. fixPermissions.cpp
  49. fixPermissions.hpp
  50. install.cpp
  51. install.h
  52. make-overlay.py
  53. mounts.c
  54. mounts.h
  55. NOTICE
  56. openrecoveryscript.cpp
  57. openrecoveryscript.hpp
  58. partition.cpp
  59. partitionmanager.cpp
  60. partitions.hpp
  61. README.md
  62. recovery.cpp
  63. recovery_ui.h
  64. roots.cpp
  65. roots.h
  66. screen_ui.cpp
  67. screen_ui.h
  68. tarWrite.c
  69. tarWrite.h
  70. twbootloader.cpp
  71. twcommon.h
  72. twinstall.cpp
  73. twinstall.h
  74. twrp-functions.cpp
  75. twrp-functions.hpp
  76. twrp.cpp
  77. twrpDigest.cpp
  78. twrpDigest.hpp
  79. twrpTar.cpp
  80. twrpTar.h
  81. twrpTar.hpp
  82. ui.cpp
  83. ui.h
  84. variables.h
  85. verifier.cpp
  86. verifier.h
  87. verifier_test.cpp
  88. 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.