1. 1bb5a18 releasetools: Fix one missing case for --oem_no_mount. by Tao Bao · 10 years ago
  2. 8608cde releasetools: Add --oem_no_mount option. by Tao Bao · 10 years ago
  3. 5d18256 releasetools: Support generating downgrade incremental OTAs. by Tao Bao · 10 years ago
  4. d8d14be releasetools: Add two new entries to metadata. by Tao Bao · 10 years ago
  5. 19241c1 ota_from_target_files: Include the payload properties. by Alex Deymo · 10 years ago
  6. c098e9e Generate OTA packages for A/B update. by Tao Bao · 10 years ago
  7. 0b10975 Merge "Check block0 for remounting partition R/W" by Tianjie Xu · 10 years ago
  8. 40ef35b Allow building recovery as boot. by Daniel Rosenberg · 10 years ago
  9. fc3422a Check block0 for remounting partition R/W by Tianjie Xu · 10 years ago
  10. 269d785 releasetools: Always use recovery mount options. by Tao Bao · 10 years ago
  11. d62c603 releasetools: Allow logging the diff for incrementals. by Tao Bao · 10 years ago
  12. 9bc6bb2 releasetools: Support generating verify packages. by Tao Bao · 10 years ago
  13. 767e3ac releasetools: Refactor ota_from_target_files.py. by Tao Bao · 10 years ago
  14. e5eb456 Merge "Honor TARGET_NO_RECOVERY flag." am: c448e91c3d by Tao Bao · 10 years ago
  15. db45efa Honor TARGET_NO_RECOVERY flag. by Tao Bao · 10 years ago
  16. 63e63c2 am 543b28d4: Merge "Pass source\'s info_dict to vendor\'s releasetools.py." by Tao Bao · 10 years ago
  17. 6f0b219 Pass source's info_dict to vendor's releasetools.py. by Tao Bao · 10 years ago
  18. 2029791 resolved conflicts for f4fc29b0 to mnc-dr-dev-plus-aosp by Ian Pedowitz · 10 years ago
  19. a0abf49 resolved conflicts for a1fcaf86 to mnc-dr-dev by Ian Pedowitz · 10 years ago
  20. a1fcaf8 Add an option to include a full bootloader in incremental OTA. by leozwang · 10 years ago
  21. 276a4f4 am 2f44006a: am 8f4b307e: Merge "releasetools: Fix the bug when deleting files." by Tao Bao · 10 years ago
  22. a77d41e releasetools: Fix the bug when deleting files. by Tao Bao · 10 years ago
  23. a6e6afb am 39c322ce: releasetools: Fix the bug in symlink deletion. by Tao Bao · 10 years ago
  24. 39c322c releasetools: Fix the bug in symlink deletion. by Tao Bao · 10 years ago
  25. 11a93a4 am 3fb3ece6: am c6c9c61d: Merge "releasetools: Fix the bug in symlink deletion." by Tao Bao · 10 years ago
  26. 84006ea releasetools: Fix the bug in symlink deletion. by Tao Bao · 10 years ago
  27. 418632f resolved conflicts for merge of 50827e0d to mnc-dr-dev-plus-aosp by Tao Bao · 10 years ago
  28. d47d8e1 Assert the stash size when generating OTAs. by Tao Bao · 10 years ago
  29. aa6c1a1 Add an option to include a full bootloader in incremental OTA. by leozwang · 10 years ago
  30. 5f79bcd Merge changes from topic 'file_contexts.bin' by Nick Kralevich · 10 years ago
  31. 575d68a Change the cache partition size check into warnings. by Tao Bao · 10 years ago
  32. 7a5bf8a releasetools: Support packaging for system_root_image. by Tao Bao · 10 years ago
  33. d3a803e build: switch over to file_contexts.bin only by Stephen Smalley · 10 years ago
  34. cce673b Read fstab from the source build. by Tao Bao · 10 years ago
  35. dd24da9 Read fstab from the source build. by Tao Bao · 10 years ago
  36. f2cffbd Support systems that use a full copy of recovery image. by Tao Bao · 10 years ago
  37. 8dcf738 Assert the stash size when generating OTAs. by Tao Bao · 10 years ago
  38. 2c15d9e Pack file_contexts into target_files zip. by Tao Bao · 10 years ago
  39. 2ffb314 fix up ota_from_target_files symlink detection. by Ying Wang · 10 years ago
  40. 3806c23 Fix OTA scripts to generate incremental BBOTA with OEM property. by Tao Bao · 10 years ago
  41. 34b47bf Use fstab in the source build by Tao Bao · 10 years ago
  42. bebd3cf Use fstab in the source build by Tao Bao · 10 years ago
  43. 68658c0 Add post-install verification for BBOTAs by Tao Bao · 10 years ago
  44. 5ece99d Add support for clobbered blocks by Tao Bao · 10 years ago
  45. ff77781 Add support for clobbered blocks by Tao Bao · 10 years ago
  46. f3282b4 Wrap zipfile.write(), writestr() and close() by Tao Bao · 10 years ago
  47. 2ed665a Wrap zipfile.write(), writestr() and close() by Tao Bao · 10 years ago
  48. 43078aa Add support for full radio option by Tao Bao · 10 years ago
  49. 6c55a8a Dump fingerprints into recovery log by Tao Bao · 10 years ago
  50. 8b72aef Make releasetools pylint clean. by Dan Albert · 10 years ago[Renamed (86%) from tools/releasetools/ota_from_target_files]
  51. eaf885b Fix the computation of basefilename by Tao Bao · 10 years ago
  52. 8e0178d Allow system images larger than 2GiB. by Dan Albert · 11 years ago
  53. dd2a589 Restrict the verification in block-based incremental OTAs by Tao Bao · 10 years ago
  54. 2de68bb Revert "Allow system images larger than 2GiB." by Justin Harrison · 11 years ago
  55. cd082d4 Allow system images larger than 2GiB. by Dan Albert · 11 years ago
  56. 75bcea0 verify system and vendor image together before patching. by Jesse Zhao · 11 years ago
  57. 63f01de Add post-install verification phase by Michael Runge · 11 years ago
  58. fb8886d get_stage in updater takes one param, not two. by Michael Runge · 11 years ago
  59. 7cd99ba Allow info_dict from target_files to specify mount options by Michael Runge · 11 years ago
  60. 560569a If oem_fingerprint_props is empty, ignore. by Michael Runge · 11 years ago
  61. b34fcce explicitly check the superblock for differences by Doug Zongker · 11 years ago
  62. ab7ca1d refactor BlockDifference into common by Doug Zongker · 11 years ago
  63. fc44a51 new block OTA system tools by Doug Zongker · 11 years ago
  64. f834008 add 5 minute timeout on binary patch construction by Doug Zongker · 11 years ago
  65. 56d91dd Merge "fall back to generating full OTA if incremental fails" into lmp-dev by Doug Zongker · 11 years ago
  66. 62d4f18 fall back to generating full OTA if incremental fails by Doug Zongker · 11 years ago
  67. 3c84f56 store images in target-files by Doug Zongker · 11 years ago
  68. f5770d7 resolved conflicts for merge of 240e136e to master by Ying Wang · 11 years ago
  69. c8b4e84 full support for OTA of vendor partitions by Doug Zongker · 11 years ago
  70. 1113e38 test block patch more realistically by Doug Zongker · 11 years ago
  71. 374e114 Document the worker_threads option. by Martin Blumenstingl · 11 years ago
  72. 4b9596f configure progress bar during block OTA script generation by Doug Zongker · 11 years ago
  73. 91a99c2 fix ota script to generate non-block commands correctly by Doug Zongker · 11 years ago
  74. c6e3afd Support block OTA + OEM partition by Michael Runge · 11 years ago
  75. 6e83611 Add support for verifying OEM properties. by Michael Runge · 11 years ago
  76. c73e461 Fix variable name. by Ying Wang · 11 years ago
  77. 2a99239 Merge "test block system image patch at build time" by Doug Zongker · 12 years ago
  78. 922206e move data wipe to end of OTA package by Doug Zongker · 12 years ago
  79. 32b527d test block system image patch at build time by Doug Zongker · 12 years ago
  80. 5fad203 handle don't care regions in the system image by Doug Zongker · 12 years ago
  81. 2556848 add option to specify updater binary, for development by Doug Zongker · 12 years ago
  82. 26e6619 add --block flag to ota_from_target_files by Doug Zongker · 12 years ago
  83. d75d712 Merge "Add support for block incremental OTAs" by Geremy Condra · 12 years ago
  84. 36bd365 Add support for block incremental OTAs by Geremy Condra · 12 years ago
  85. cf6d5a9 bump releasetools python requirement to 2.7 by Doug Zongker · 12 years ago
  86. 01ce19c make full OTAs block based by Doug Zongker · 12 years ago
  87. c925382 add recovery update code to system images by Doug Zongker · 12 years ago
  88. eb18125 am 0064dceb: am a8d15474: am 04cff708: resolved conflicts for merge of 7382ec7d to klp-dev-plus-aosp by Ying Wang · 12 years ago
  89. 04cff70 resolved conflicts for merge of 7382ec7d to klp-dev-plus-aosp by Ying Wang · 12 years ago
  90. eb0a78a prefer releasetools.py from target_files zip by Doug Zongker · 12 years ago
  91. e153b34 ota_from_target_files: Add an option to not sign OTA packages by Takeshi Kanemoto · 12 years ago
  92. 4038aa8 Enabled incrementals to patch + rename moved files by Michael Runge · 12 years ago
  93. 9b23f2c add option to generate two-step recovery files by Doug Zongker · 12 years ago
  94. 90c60d3 Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add." by Michael Runge · 12 years ago
  95. 37335b4 Enable incremental builder to find files that moved, and by Michael Runge · 12 years ago
  96. 0eb17d9 Update OTA to understand SELinux labels and capabilities by Nick Kralevich · 12 years ago
  97. fb9bb20 Revert "Update OTA to understand SELinux filesystem labels" by Michael Runge · 12 years ago
  98. fbbd795 Update OTA to understand SELinux filesystem labels by Nick Kralevich · 12 years ago
  99. 0d92f1f improve OTA failure messages by Doug Zongker · 12 years ago
  100. e2e9f61 Fix signing process for SELinux file_contexts by Kenny Root · 12 years ago