1. c63626b releasetools: Fix the broken validate_target_files.py. by Tao Bao · 7 years ago
  2. f511049 releasetools: Separate streaming metadata computation into functions. by Tao Bao · 7 years ago
  3. 395bf27 Merge "releasetools: Fix a mismatching close." by Tao Bao · 7 years ago
  4. a652c00 releasetools: Fix a mismatching close. by Tao Bao · 7 years ago
  5. 767543a releasetools: Call Cleanup() in check_target_files_signatures.py. by Tao Bao · 7 years ago
  6. dba59ee releasetools: Don't return ZipFile from common.UnzipTemp(). by Tao Bao · 8 years ago
  7. 04bce3a releasetools: Move one case of mkdtemp() to common.MakeTempDir(). by Tao Bao · 7 years ago
  8. 886d883 releasetools: Remove the unneeded 'prefix' parameters. by Tao Bao · 7 years ago
  9. 3aee4df Merge "releasetools: Remove the parsing of META/imagesizes.txt." by Treehugger Robot · 7 years ago
  10. 7998503 Merge "releasetools: Add unittests for GetCareMap() and AddCareMapTxtForAbOta()." by Tao Bao · 7 years ago
  11. 41fb7d2 releasetools: Remove the parsing of META/imagesizes.txt. by Tao Bao · 7 years ago
  12. 6c0ddf2 Merge "releasetools: Allow skipping postinstall hooks when generating A/B OTAs." by Tao Bao · 7 years ago
  13. 8bfde7c Merge "releasetools: Check for duplicate entries in ReplaceCerts()." by Tao Bao · 7 years ago
  14. 63c18fe releasetools: Add unittests for GetCareMap() and AddCareMapTxtForAbOta(). by Tao Bao · 7 years ago
  15. 15a146a releasetools: Allow skipping postinstall hooks when generating A/B OTAs. by Tao Bao · 7 years ago
  16. 5ef7803 Merge "releasetools: Clean up test_sign_target_files_apks.py." by Tao Bao · 7 years ago
  17. a0f55ee Merge "releasetools: Add a testcase for common.ParseCertificate()." by Tao Bao · 7 years ago
  18. 6647263 releasetools: Check for duplicate entries in ReplaceCerts(). by Tao Bao · 8 years ago
  19. de1d479 releasetools: Clean up test_sign_target_files_apks.py. by Tao Bao · 7 years ago
  20. 17e4e61 releasetools: Add a testcase for common.ParseCertificate(). by Tao Bao · 7 years ago
  21. fc7e0e0 releasetools: Add unittest for common.GetSparseImage(). by Tao Bao · 7 years ago
  22. 9452d84 Merge "releasetools: Allow generating BBOTA for images with shared blocks." by Tao Bao · 7 years ago
  23. 6392e05 Merge "releasetools: Remove the unconditional fallback to bsdiff." by Tao Bao · 7 years ago
  24. 4f0b725 Merge "releasetools: Specify SWITCH_SLOT_ON_REBOOT for secondary payload." by Tao Bao · 7 years ago
  25. e709b09 releasetools: Allow generating BBOTA for images with shared blocks. by Tao Bao · 7 years ago
  26. 4ccea85 releasetools: Remove the unconditional fallback to bsdiff. by Tao Bao · 7 years ago
  27. 508b087 releasetools: Make blockimgdiff.py pylint-clean. by Tao Bao · 7 years ago
  28. 9739514 releasetools: Remove the global diff_done in blockimgdiff.py. by Tao Bao · 7 years ago
  29. 667ff57 releasetools: Specify SWITCH_SLOT_ON_REBOOT for secondary payload. by Tao Bao · 7 years ago
  30. 294651d releasetools: Add an ImgdiffStats class that reports imgdiff stats. by Tao Bao · 7 years ago
  31. cb73aed releasetools: Refactor the condition checking for using imgdiff. by Tao Bao · 8 years ago
  32. acb3cec Merge "releasetools: RangeSet.monotonic is not an optional attribute." by Tao Bao · 7 years ago
  33. 67ba600 Merge "releasetools: Support packaging secondary payload." by Tao Bao · 7 years ago
  34. fe97dbd releasetools: RangeSet.monotonic is not an optional attribute. by Tao Bao · 7 years ago
  35. 3f15ada releasetools: Capture stderr output when calling delta_generator. by Tao Bao · 7 years ago
  36. f7140c0 releasetools: Support packaging secondary payload. by Tao Bao · 8 years ago
  37. ca2ffed Merge "releasetools: Fix an issue with pubkey extraction." by Treehugger Robot · 7 years ago
  38. 993e1d2 Merge "releasetools: Add sdk and security patch level info to metadata." by Treehugger Robot · 7 years ago
  39. 04e1f01 releasetools: Fix an issue with pubkey extraction. by Tao Bao · 7 years ago
  40. 93db955 Merge "releasetools: Detect incomplete block ranges." by Tao Bao · 8 years ago
  41. c7b403a releasetools: Add Payload class. by Tao Bao · 8 years ago
  42. 24604cc releasetools: Clean up two no-op lines that set 'ota-wipe'. by Tao Bao · 8 years ago
  43. 35dc255 releasetools: Add sdk and security patch level info to metadata. by Tao Bao · 8 years ago
  44. c765cca releasetools: Detect incomplete block ranges. by Tao Bao · 8 years ago
  45. bb20e8c releasetools: Make validate_target_files.py pylint clean. by Tao Bao · 8 years ago
  46. 12d87fc releasetools: Move the AVB salt setup into common.LoadInfoDict(). by Tao Bao · 8 years ago
  47. df1166e Protect SparseImage._GetRangeData() with lock by Tianjie Xu · 8 years ago
  48. 8a7ed9f Double check the sha1 for ranges during package generation by Tianjie Xu · 8 years ago
  49. b7735d8 Support /product partition by Jaekyun Seok · 8 years ago
  50. 0828373 Merge "Add BOARD_EXT4_SHARE_DUP_BLOCKS to share duplicated blocks on ext4" by Treehugger Robot · 8 years ago
  51. 07a4299 Merge "Don't check the stderr output from bsdiff/imgdiff" by Tianjie Xu · 8 years ago
  52. a2a9f99 Don't check the stderr output from bsdiff/imgdiff by Tianjie Xu · 8 years ago
  53. fde9f79 Add BOARD_EXT4_SHARE_DUP_BLOCKS to share duplicated blocks on ext4 by Jin Qian · 8 years ago
  54. 8413824 Merge "releasetools: Add PayloadSigner class." by Treehugger Robot · 8 years ago
  55. 9446c1d Fix order of args passed to mksquashfsimage.sh by Ng Zhi An · 8 years ago
  56. 3221f0f Merge "releasetools: Dump mkfs/fsck/simg2img outputs on error." by Treehugger Robot · 8 years ago
  57. fabe083 releasetools: Add PayloadSigner class. by Tao Bao · 8 years ago
  58. cd53a89 releasetools: Dump mkfs/fsck/simg2img outputs on error. by Tao Bao · 8 years ago
  59. a2ff4c9 releasetools: Clean up three functions in add_img_to_target_files.py. by Tao Bao · 8 years ago
  60. bea20ac releasetools: Refactor AddImagesToTargetFiles(). by Tao Bao · 8 years ago
  61. 13f228e Merge "releasetools: Remove the reloading of target info dict." by Treehugger Robot · 8 years ago
  62. d32e78f releasetools: Add a note for the ZipInfo._decodeExtra() workaround. by Tao Bao · 8 years ago
  63. df3a48b releasetools: Consolidate the codes that generate metadata dict. by Tao Bao · 8 years ago
  64. a7229a0 Merge "Iterate through the sorted file map when finding transfers" by Tianjie Xu · 8 years ago
  65. 20a86cd Iterate through the sorted file map when finding transfers by Tianjie Xu · 8 years ago
  66. 2db1385 releasetools: Remove the reloading of target info dict. by Tao Bao · 8 years ago
  67. 896fa04 Merge "releasetools: Remove the fallback-to-full logic." by Treehugger Robot · 8 years ago
  68. 155a140 Merge "releasetools: Remove two dead functions in ota_from_target_files.py." by Treehugger Robot · 8 years ago
  69. c56071b Merge "Sort the split transfers to generate a determinate package" by Tianjie Xu · 8 years ago
  70. 175df38 releasetools: Remove two dead functions in ota_from_target_files.py. by Tao Bao · 8 years ago
  71. 32b80dc releasetools: Remove the fallback-to-full logic. by Tao Bao · 8 years ago
  72. d3bf67e Sort the split transfers to generate a determinate package by Tianjie Xu · 8 years ago
  73. 481bab8 releasetools: Add a BuildInfo class. by Tao Bao · 8 years ago
  74. 818ddf5 releasetools: Add tests for common.ReadApkCerts(). by Tao Bao · 8 years ago
  75. c72727a releasetools: Clean up build_image.py. by Tao Bao · 8 years ago
  76. d8a953d releasetools: Move assertions into CheckHeadroom(). by Tao Bao · 8 years ago
  77. e838d14 releasetools: Clean up ReplaceVerityKeyId and add tests. by Tao Bao · 8 years ago
  78. 1c830bf releasetools: Add common.MakeTempDir(). by Tao Bao · 8 years ago
  79. 7d100ce Merge "releasetools: Clean up sign_target_files_apks.py." by Treehugger Robot · 8 years ago
  80. 0c28d2d releasetools: Clean up sign_target_files_apks.py. by Tao Bao · 8 years ago
  81. 186ec99 releasetools: Fix a bug in blockimgdiff.HeapItem. by Tao Bao · 8 years ago
  82. 0582cb6 releasetools: Remove the dead code for blockimgdiff_version <= 2. by Tao Bao · 8 years ago
  83. 2f5358d releasetools: Fix the bug that skips loading OEM dict. by Tao Bao · 8 years ago
  84. b379762 Merge "build_image: Factor out CheckHeadroom() and add tests." by Treehugger Robot · 8 years ago
  85. b08567c Merge "releasetools: Fix the tag replacement for ro.build.vendor.fingerprint." by Treehugger Robot · 8 years ago
  86. d30b7519 Merge "Remove the support for BOARD_HAS_EXT4_RESERVED_BLOCKS." by Treehugger Robot · 8 years ago
  87. e58d385 Merge "releasetools: Use delta_generator to verify payload signatures." by Treehugger Robot · 8 years ago
  88. 750385e releasetools: Use delta_generator to verify payload signatures. by Tao Bao · 8 years ago
  89. 0c6a414 releasetools: Remove the support for generating verify package. by Tao Bao · 8 years ago
  90. 23f7ea9 Merge "releasetools: Add common.ZipDelete()." by Tao Bao · 8 years ago
  91. 89d7ab2 releasetools: Add common.ZipDelete(). by Tao Bao · 8 years ago
  92. 78b5724 Merge "releasetools: Remove '-w' from ota_from_target_files options." by Treehugger Robot · 8 years ago
  93. a7054ee releasetools: Fix the tag replacement for ro.build.vendor.fingerprint. by Tao Bao · 8 years ago
  94. d4349f2 build_image: Factor out CheckHeadroom() and add tests. by Tao Bao · 8 years ago
  95. 10c9f5d Merge "core, release: add sload.f2fs for otatools.zip" by Jaegeuk Kim · 8 years ago
  96. 79d52f8 Remove the support for BOARD_HAS_EXT4_RESERVED_BLOCKS. by Tao Bao · 8 years ago
  97. 9a33b96 Merge "Explain why BuildImage failed." by Treehugger Robot · 8 years ago
  98. 337633f releasetools: Remove '-w' from ota_from_target_files options. by Tao Bao · 8 years ago
  99. 5f03da0 Merge "DO NOT MERGE: Merge Oreo MR1 into master" by Xin Li · 8 years ago
  100. 7b2129f Merge "AVB: If building recovery.img, add AVB hash footer." by Treehugger Robot · 8 years ago