1. e9eb5f9 Adding initial merge_target_files.py script to merge two target files packages. by Bill Peckham · 6 years ago
  2. bb2658d releasetools: Really allow removing partitions by Yifan Hong · 7 years ago
  3. 79997e5 dynamic partition update order is deterministic. by Yifan Hong · 7 years ago
  4. 2c0a7bc Merge "Really support removing / adding partitions." by Yifan Hong · 7 years ago
  5. 2463c3a Merge "Support including DTB image" by Treehugger Robot · 7 years ago
  6. 9683b2f Support including DTB image by Hridya Valsaraju · 7 years ago
  7. 45433e4 Really support removing / adding partitions. by Yifan Hong · 7 years ago
  8. 10c530d Generate OTA for non-A/B devices with dynamic partitions by Yifan Hong · 7 years ago
  9. 752439b Add recovery_acpio option to make recovery image by Chen, ZhiminX · 7 years ago
  10. 2a20f34 releasetools: Keep the original RangeSet for 'uses_shared_blocks' case. by Tao Bao · 7 years ago
  11. 32fcdab releasetools: Switch to Python logging. by Tao Bao · 7 years ago
  12. 7119751 releasetools: Move verity related functions into verity_utils.py. by Tao Bao · 7 years ago
  13. 986ee86 releasetools: Move build_image.RunCommand into common.py. by Tao Bao · 7 years ago
  14. 73dd4f4 releasetools: Set default stdout and stderr in common.Run(). by Tao Bao · 7 years ago
  15. 67c7cbb Generate the compute_hash_tree command by Tianjie Xu · 7 years ago
  16. 861f413 Generates the care_map with fingerprint by Tianjie Xu · 7 years ago
  17. 744c4c7 Support building chained VBMeta images. by Tao Bao · 7 years ago
  18. 410ad8b releasetools: common.LoadInfoDict() takes a bool parameter for repacking. by Tao Bao · 7 years ago
  19. 04552fe Merge "Support a first stage ramdisk via TARGET_RAMDISK_OUT" by Tom Cherry · 7 years ago
  20. d14b895 Support a first stage ramdisk via TARGET_RAMDISK_OUT by Tom Cherry · 7 years ago
  21. a57ab9f releasetools: Add test cases for common.LoadInfoDict(). by Tao Bao · 7 years ago
  22. b4adc06 releasetools: Look for recovery.fstab at both locations. by Tao Bao · 7 years ago
  23. 696bb33 Install recovery etc files to recovery/root/system/etc. by Tao Bao · 7 years ago
  24. 924af7d s/product-services/product_services/g by Dario Freni · 7 years ago
  25. d624fa6 Add support for /odm partition by Bowgo Tsai · 8 years ago
  26. e6d547d Fix 2009-01-01 timestamps in releasetools to always be UTC by Bryan Henry · 7 years ago
  27. 02a0859 releasetools: Support verifying AVB signed images with chained partitions. by Tao Bao · 7 years ago
  28. d094713 Merge "releasetools: Rename the ramdisk_dir in prop dict to root_dir." by Tao Bao · 7 years ago
  29. 23a4070 Merge "releasetools: Make scripts pylint clean." by Tao Bao · 7 years ago
  30. 8bfd3c7 releasetools: Rename the ramdisk_dir in prop dict to root_dir. by Tao Bao · 7 years ago
  31. 80810b9 Merge "releasetools: Track the change to applypatch arguments." by Tao Bao · 7 years ago
  32. 3cf03b7 Merge "Add support for /product-services partition" by Dario Freni · 7 years ago
  33. 76def24 releasetools: Make scripts pylint clean. by Tao Bao · 8 years ago
  34. 5f681e1 Add support for /product-services partition by Dario Freni · 7 years ago
  35. 4948aed releasetools: Track the change to applypatch arguments. by Tao Bao · 7 years ago
  36. d3554e6 releasetools: Address two issues with system_root_image file map. by Tao Bao · 7 years ago
  37. 7febcdf7 Revert "Support regenerating partition table with bpttool in sign_target_files_apks" by Bryan Henry · 7 years ago
  38. 2a40cc6 Support regenerating partition table with bpttool in sign_target_files_apks by Bryan Henry · 7 years ago
  39. 30df8b4 releasetools: Group the option descriptions in ota_from_target_files.py. by Tao Bao · 7 years ago
  40. e74a38b Allow addition of recovery DTBO to recovery image by Hridya Valsaraju · 7 years ago
  41. f18ba63 Merge "releasetools: Fix an issue in GetMinSdkVersion." by Treehugger Robot · 7 years ago
  42. f47bf0f releasetools: Fix an issue in GetMinSdkVersion. by Tao Bao · 7 years ago
  43. 8092198 releasetools: Capture and dump stdout/stderr outputs on errors. by Tao Bao · 7 years ago
  44. 6d5d623 Use bsdiff to generate recovery-from-boot.p for system-root-image. by Tao Bao · 7 years ago
  45. dba59ee releasetools: Don't return ZipFile from common.UnzipTemp(). by Tao Bao · 8 years ago
  46. 04bce3a releasetools: Move one case of mkdtemp() to common.MakeTempDir(). by Tao Bao · 7 years ago
  47. 41fb7d2 releasetools: Remove the parsing of META/imagesizes.txt. by Tao Bao · 7 years ago
  48. 17e4e61 releasetools: Add a testcase for common.ParseCertificate(). by Tao Bao · 7 years ago
  49. e709b09 releasetools: Allow generating BBOTA for images with shared blocks. by Tao Bao · 7 years ago
  50. 04e1f01 releasetools: Fix an issue with pubkey extraction. by Tao Bao · 7 years ago
  51. c765cca releasetools: Detect incomplete block ranges. by Tao Bao · 8 years ago
  52. 12d87fc releasetools: Move the AVB salt setup into common.LoadInfoDict(). by Tao Bao · 8 years ago
  53. b7735d8 Support /product partition by Jaekyun Seok · 8 years ago
  54. a2a9f99 Don't check the stderr output from bsdiff/imgdiff by Tianjie Xu · 8 years ago
  55. 818ddf5 releasetools: Add tests for common.ReadApkCerts(). by Tao Bao · 8 years ago
  56. 1c830bf releasetools: Add common.MakeTempDir(). by Tao Bao · 8 years ago
  57. 0582cb6 releasetools: Remove the dead code for blockimgdiff_version <= 2. by Tao Bao · 8 years ago
  58. 89d7ab2 releasetools: Add common.ZipDelete(). by Tao Bao · 8 years ago
  59. 5f03da0 Merge "DO NOT MERGE: Merge Oreo MR1 into master" by Xin Li · 8 years ago
  60. 8fecb28 AVB: If building recovery.img, add AVB hash footer. by David Zeuthen · 8 years ago
  61. 4d1764b Merge "releasetools: Allow building AVB-enabled recovery.img." am: 37066490a5 by Tao Bao · 8 years ago
  62. bf70c318 releasetools: Allow building AVB-enabled recovery.img. by Tao Bao · 8 years ago
  63. 029b3b6 Merge "releasetools: Fix the size check for AVB images." am: 905c84cada by Tao Bao · 8 years ago
  64. 9dd909e releasetools: Fix the size check for AVB images. by Tao Bao · 8 years ago
  65. 44dd488 Merge commit '66b8b530187b129934a685bf0c4349eef00e4b0c' from by Xin Li · 8 years ago
  66. b10e07a Update binary name to "brotli". by Alex Deymo · 8 years ago
  67. 34d99c1 Merge "Use computed salt for AVB-signed images." am: 4655de40c1 am: 815b445c14 by Tao Bao · 8 years ago
  68. 2b6dfd6 Use computed salt for AVB-signed images. by Tao Bao · 8 years ago
  69. 1f3d727 Merge "Fix the detection for compressed APKs." into oc-mr1-dev am: 8712ac10a7 by Baligh Uddin · 8 years ago
  70. 0f99033 Fix the detection for compressed APKs. by Tao Bao · 8 years ago
  71. 4650e91 Merge "Add compatibility metadata for Treble-enabled non-A/B OTA packages." am: 02b158d7a4 am: 7313d99f00 by Tao Bao · 8 years ago
  72. bcd1d16 Add compatibility metadata for Treble-enabled non-A/B OTA packages. by Tao Bao · 8 years ago
  73. a07bf04 releasetools: Add support for compressed APKs. by Narayan Kamath · 8 years ago
  74. b0a29ad Generate brotli compressed {}.new.dat for full OTA by Tianjie Xu · 8 years ago
  75. 8fb65a5 Merge "Remove the obsolete location check for install-recovery.sh" by Tianjie Xu · 8 years ago
  76. 78de9f1 Remove the obsolete location check for install-recovery.sh by Tianjie Xu · 8 years ago
  77. 3e599ea AVB: support chain partition signing by Bowgo Tsai · 8 years ago
  78. 3ebfdde Remove three board_avb_* args from META/misc_info.txt. by Tao Bao · 8 years ago
  79. 3cba374 Pack avbtool into otatools.zip. by Tao Bao · 8 years ago
  80. 3945158 releasetools: Add a verbose parameter to common.Run(). by Tao Bao · 8 years ago
  81. 8fad03e releasetools: Drop the support for BBOTA v1 and v2. by Tao Bao · 8 years ago
  82. 2ee00d5 Allow add_img_to_target_files to work on a directory by Dan Willemsen · 8 years ago
  83. 6b0b2f9 Revert "Revert "releasetools: Use pattern filter when unzipping."" by Tao Bao · 8 years ago
  84. 0c3e31c Merge "Revert "releasetools: Use pattern filter when unzipping."" by Tao Bao · 8 years ago
  85. a7316ce Revert "releasetools: Use pattern filter when unzipping." by Tao Bao · 8 years ago
  86. cc63bc3 Merge "Change the default parameter values in common.MakeTempFile()." by Tao Bao · 8 years ago
  87. aa3a04f releasetools: Use pattern filter when unzipping. by Tao Bao · 8 years ago
  88. d1de6f3 releasetools: Drop the support for fstab_version 1. by Tao Bao · 8 years ago
  89. 9beea2a releasetools: Merge two identical conditional branches. by Tao Bao · 8 years ago
  90. 6cd5473 Remove the backwards compatibility support for misc_info.txt. by Tao Bao · 8 years ago
  91. 4f104d1 releasetools: Allow using futility-host to sign old TF.zip. by Tao Bao · 8 years ago
  92. 89fbb0f releasetools: Replace print stmt with print(). by Tao Bao · 9 years ago
  93. d07f999 Merge "Build recovery-two-step.img for two-step OTAs." am: 06e14e438f by Tao Bao · 9 years ago
  94. d42e97e Build recovery-two-step.img for two-step OTAs. by Tao Bao · 9 years ago
  95. 2e3f1c5 Merge "releasetools: Remove dead parameter in GetBootableImage()." by Tao Bao · 9 years ago
  96. 2a4336b releasetools: Remove dead parameter in GetBootableImage(). by Tao Bao · 9 years ago
  97. dc04f93 Merge "releasetools: Use java_path in sign_target_files_apks.py." am: 4a71d500c1 by Tao Bao · 9 years ago
  98. e95540e releasetools: Use java_path in sign_target_files_apks.py. by Tao Bao · 9 years ago
  99. 9242e1f Merge "releasetools: compare size between compressed and patch while build otapackage" by Tao Bao · 9 years ago
  100. ccc5c40 releasetools: compare size between compressed and patch while build otapackage by YOUNG HO CHA · 9 years ago