1. 88cf074 Add erofs tools in recovery mode by Daeho Jeong · 2 years, 7 months ago
  2. 6a6a412 Add fsck.f2fs to recovery mode by Randall Huang · 2 years, 9 months ago
  3. 5d4dea1 Use recovery variant for librecovery_ui_ext by Inseob Kim · 3 years ago
  4. 29be3f6 [LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery by Bob Badour · 3 years, 5 months ago
  5. 0426727 Add EthernetDevice to manage ethernet connection. by Hongguang Chen · 4 years, 2 months ago
  6. e632d03 recovery: Remove HOST_OS guard for f2fs tools by Tom Marshall · 5 years ago
  7. 6f44c11 e2fsck_static is no longer needed for remount by Hridya Valsaraju · 5 years ago
  8. c674dfb Use dynamically linked f2fs executables. by Tao Bao · 6 years ago
  9. 2b1a464 Move the parse of last_install to recovery-persist by Tianjie Xu · 6 years ago
  10. ef5e38f tests: Move to Android.bp. by Tao Bao · 6 years ago
  11. 673bb6f updater: Move libupdater to Soong. by Tao Bao · 6 years ago
  12. df264e0 Merge "Build `recovery` with Soong." by Tao Bao · 6 years ago
  13. bbe8816 Merge "Build boot control HAL with Android.bp" by Treehugger Robot · 6 years ago
  14. 5fc72a1 Build `recovery` with Soong. by Tao Bao · 6 years ago
  15. afa1648 Merge "updater_sample: Move to Soong." by Tao Bao · 6 years ago
  16. d2be7fc updater_sample: Move to Soong. by Tao Bao · 6 years ago
  17. c53dad2 Build boot control HAL with Android.bp by Hridya Valsaraju · 6 years ago
  18. 818f938 `recovery` uses more shared libraries. by Tao Bao · 6 years ago
  19. c70446c Revert "Build and use minadbd as a shared library." by Tao Bao · 6 years ago
  20. ea38c41 Merge "Build and use minadbd as a shared library." by Tao Bao · 6 years ago
  21. 4fd4f89 Build and use minadbd as a shared library. by Tao Bao · 6 years ago
  22. 75acf24 Merge "Dynamically load device-specific recovery UI lib." am: 9cf9b689d9 by Tao Bao · 6 years ago
  23. 42c45e2 Dynamically load device-specific recovery UI lib. by Tao Bao · 6 years ago
  24. ea10588 Merge "minui: Move to Soong." am: f2bc68cfe1 by Tao Bao · 6 years ago
  25. 7ee83f6 minui: Move to Soong. by Tao Bao · 6 years ago
  26. 17bf8d0 Merge "ui: Read custom recovery UI values via system property." am: 2117b4bd07 by Tao Bao · 6 years ago
  27. 0bc88de ui: Read custom recovery UI values via system property. by Tao Bao · 6 years ago
  28. ed2480b Merge "Move recovery from /sbin to /system/bin" am: 4c80768796 by Hridya Valsaraju · 6 years ago
  29. cfb3c92 Move recovery from /sbin to /system/bin by Hridya Valsaraju · 6 years ago
  30. b6b129b Revert "Make recovery libraries shared / recovery_available" by Hridya Valsaraju · 6 years ago
  31. c936a69 Make recovery libraries shared / recovery_available by Jerry Zhang · 6 years ago
  32. 681ae40 Merge "e2fsdroid and mke2fs are dynamic executable in recovery partition" by Jiyong Park · 6 years ago
  33. 69364fe e2fsdroid and mke2fs are dynamic executable in recovery partition by Jiyong Park · 6 years ago
  34. a855c33 Merge "Drop the dependency on AB_OTA_UPDATER flag." am: 9fb0d89583 by Tao Bao · 6 years ago
  35. cf60a44 Drop the dependency on AB_OTA_UPDATER flag. by Tao Bao · 6 years ago
  36. 5a78f39 Merge "recovery: add --fsck_unshare_blocks option for adb remount" am: bda4495176 by David Anderson · 6 years ago
  37. edee836 recovery: add --fsck_unshare_blocks option for adb remount by David Anderson · 6 years ago
  38. f91fdfb Merge "tools: Move to Soong." am: 6b16093b29 am: 9016deefe4 by Tao Bao · 6 years ago
  39. 6b16093 Merge "tools: Move to Soong." by Tao Bao · 6 years ago
  40. e462cdf tools: Move to Soong. by Tao Bao · 6 years ago
  41. 371fe6e Move stuff from recovery into librecovery. by Tao Bao · 7 years ago
  42. fd0ace8 Move stuff from recovery into librecovery. by Tao Bao · 7 years ago
  43. 554a876 Merge "Clean up the Makefile for recovery and tests." am: 1f0b9962b0 by Tao Bao · 6 years ago
  44. 9e30997 Clean up the Makefile for recovery and tests. by Tao Bao · 6 years ago
  45. 81726e4 Merge "Move device.cpp into librecovery_ui." am: db6dc14bff am: fb8636f48f by Tao Bao · 6 years ago
  46. db6dc14 Merge "Move device.cpp into librecovery_ui." by Tao Bao · 6 years ago
  47. e087129 Merge "tests: Add tests for ScreenRecoveryUI." am: 8c6f699b36 am: ca88c67135 by Tao Bao · 6 years ago
  48. 8c6f699 Merge "tests: Add tests for ScreenRecoveryUI." by Tao Bao · 6 years ago
  49. 20976a0 Merge "recovery: Configure device menu based on runtime info." am: e498ef2f03 by Tao Bao · 6 years ago
  50. 6a542dc Move device.cpp into librecovery_ui. by Tao Bao · 6 years ago
  51. e5d2c25 recovery: Configure device menu based on runtime info. by Tao Bao · 6 years ago
  52. 6cd8168 tests: Add tests for ScreenRecoveryUI. by Tao Bao · 6 years ago
  53. 152933a recovery: Refactor logging code into logging.cpp by Jerry Zhang · 6 years ago
  54. cadf4ed recovery: Refactor logging code into logging.cpp by Jerry Zhang · 6 years ago
  55. 13415d9 Merge changes I1cc5d702,I32ab9854 am: 420f7f8df4 am: c4ba6b738f by android-build-prod (mdb) · 6 years ago
  56. 2c52639 Move reboot() from common.h into otautil/sysutil.h. by Tao Bao · 6 years ago
  57. 6d99d4b recovery: Split main() into recovery_main.cpp. by Tao Bao · 6 years ago
  58. 2ac56af recovery: Split main() into recovery_main.cpp. by Tao Bao · 6 years ago
  59. 1c1737b Merge "Merge libmounts into libotautil." am: 686353215f am: cddf5dbf67 by android-build-prod (mdb) · 6 years ago
  60. 9a319f0 Merge libmounts into libotautil. by Tao Bao · 6 years ago
  61. cf277ab Merge "Rename the dir for SystemUpdaterSample." am: a544bfab2b am: 4b52553cbb by android-build-prod (mdb) · 6 years ago
  62. 32118f6 Rename the dir for SystemUpdaterSample. by Tao Bao · 6 years ago
  63. 8206907 Merge "update_verifier: Move to Soong." am: ed022fccdf am: 9bc286dd71 by Tao Bao · 6 years ago
  64. afb9fc2 update_verifier: Move to Soong. by Tao Bao · 6 years ago
  65. 4d92ca3 Merge "Disable lld where it fails." am: 0c8eea86f9 am: dd2277a9bd by Chih-Hung Hsieh · 6 years ago
  66. 83847e6 Disable lld where it fails. by Chih-Hung Hsieh · 6 years ago
  67. 9e76ce0 Use the non-LTO, non-PGO version of libhwbinder am: 2ca4a403e7 by Pirama Arumuga Nainar · 6 years ago
  68. 2ca4a40 Use the non-LTO, non-PGO version of libhwbinder by Pirama Arumuga Nainar · 6 years ago
  69. bbb5b84 Merge "Use non-LTO variant of libhwbinder" into pi-dev am: 7fdb6355e4 by Yi Kong · 6 years ago
  70. 10b3faa Use non-LTO variant of libhwbinder by Yi Kong · 6 years ago
  71. 8c749a3 Merge "Move a few modules to Soong." am: d408a865af am: 47be7bcdba by Tao Bao · 6 years ago
  72. d408a86 Merge "Move a few modules to Soong." by Treehugger Robot · 6 years ago
  73. 4e12cd9 Merge "Create folder for SystemUpdate sample app." am: f0e2811092 am: c6152041fd by Jiachen Zhao · 6 years ago
  74. 051b968 Create folder for SystemUpdate sample app. by Jiachen Zhao · 6 years ago
  75. d2f2ad6 Move a few modules to Soong. by Tao Bao · 6 years ago
  76. f6d2596 Specify a default module for TARGET_RECOVERY_UI_LIB. by Tao Bao · 6 years ago
  77. f7e8012 Specify a default module for TARGET_RECOVERY_UI_LIB. by Tao Bao · 6 years ago
  78. 5fe5eb6 Factor out a menu class for screen ui by Tianjie Xu · 6 years ago
  79. ba0460c Factor out a menu class for screen ui by Tianjie Xu · 6 years ago
  80. 91b48f9 recovery: add libhidl-gen-utils depedency by Yifan Hong · 6 years ago
  81. 584c52a Merge "recovery: add libhidl-gen-utils depedency" am: fc39f3ffd7 am: da5bb13507 by Yifan Hong · 6 years ago
  82. fc39f3f Merge "recovery: add libhidl-gen-utils depedency" by Yifan Hong · 6 years ago
  83. 495c521 recovery: add libhidl-gen-utils depedency by Yifan Hong · 6 years ago
  84. 399febd Merge "Export fuse_sideload.h for libfusesideload." am: ddf93c0055 by Tao Bao · 6 years ago
  85. 15bc287 Merge "minadbd: Move to Soong." am: 56160b2b03 am: 734f76fc38 by Tao Bao · 6 years ago
  86. 4b51c3a Export fuse_sideload.h for libfusesideload. by Tao Bao · 6 years ago
  87. 8c7761e minadbd: Move to Soong. by Tao Bao · 7 years ago
  88. bd84bd4 Statically link with libhealthstoragedefault by Hridya Valsaraju · 6 years ago
  89. a296fea Merge "add sload.f2fs for recovery format" am: 4eaf7a157d am: 3d4359d3ae by Jaegeuk Kim · 7 years ago
  90. c1c7311 add sload.f2fs for recovery format by Jaegeuk Kim · 7 years ago
  91. e8e4c40 is_battery_ok use health 2.0 HAL by Yifan Hong · 7 years ago
  92. a2a68a5 uncrypt: Move to Soong. by Tao Bao · 7 years ago
  93. 000148d recovery: fix library dependency by Jin Qian · 7 years ago
  94. b058c5c Merge "applypatch: Move to Soong." by Tao Bao · 7 years ago
  95. 99f0d9e Drop -Wno-unused-parameter. by Tao Bao · 8 years ago
  96. 582b678 applypatch: Move to Soong. by Tao Bao · 7 years ago
  97. 09e468f Move rangeset.h and print_sha1.h into otautil. by Tao Bao · 7 years ago
  98. e6f7f95 edify: Export the header and move to Soong. by Tao Bao · 7 years ago
  99. cfe53c2 otautil: Export headers. by Tao Bao · 7 years ago
  100. a26e32d otafault: Move to soong. by Tao Bao · 7 years ago