1. d7924a5 Add missing AB partitions to img.zip by Kelvin Zhang · 1 year, 3 months ago
  2. 89a85ba Turn on fastboot-info for img_from_target_files by Daniel Zheng · 1 year, 4 months ago
  3. babdafe [config] Dist supports custom super image script by David Iserovich · 1 year, 5 months ago
  4. ee10d07 Adding option to disable fastboot_info by Daniel Zheng · 1 year, 8 months ago
  5. decee4a Add 16K artifacts to PREBUILT_IMAGES/ dir of target_files by Kelvin Zhang · 1 year, 8 months ago
  6. 380cb80 Add fastboot-info to updatepackage by Daniel Zheng · 1 year, 8 months ago
  7. 1de1788 Enable zip64 support in build image script by Kelvin Zhang · 2 years, 3 months ago
  8. 07c71ac Remove catch + sys.exit idiom by Kelvin Zhang · 2 years, 11 months ago
  9. afdd7c7 Update releasetools for new init_boot.img by Devin Moore · 3 years, 1 month ago
  10. 92be6ee More accurate error if input_file is not exists by jiajia tang · 3 years, 9 months ago
  11. 0c4a352 Revert "Revert "Add prebuilt bootloader var and add bootloader t..." by Ram Muthiah · 4 years, 5 months ago
  12. 6805873 Revert "Add prebuilt bootloader var and add bootloader to img zip" by Ankit Goyal · 4 years, 5 months ago
  13. 41a03d3 Add prebuilt bootloader var and add bootloader to img zip by Ram Muthiah · 4 years, 5 months ago
  14. 57f8ed6 releasetools: img_from_target_files uses zip2zip. by Tao Bao · 5 years ago
  15. ac63a9d releasetools: Clean up img_from_target_files.py. by Tao Bao · 5 years ago
  16. 2aac9c9 releasetools: Drop the support for creating image archive from dir. by Tao Bao · 5 years ago
  17. 0480850 releasetools: Move recovery-two-step.img to OTA/. by Tao Bao · 5 years ago
  18. 1dac1d4 releasetools: Unzip all files when generating image archive. by Tao Bao · 6 years ago
  19. 0e97dbb Add BOARD_SUPER_IMAGE_IN_UPDATE_PACKAGE flag. by Yifan Hong · 6 years ago
  20. b8a2f9d Adds support to create img from target files directory instead of zip. by Daniel Norman · 6 years ago
  21. 1bd2a1d Adds --output-img flag to enable building the IMG package. by Daniel Norman · 6 years ago
  22. 32fcdab releasetools: Switch to Python logging. by Tao Bao · 6 years ago
  23. 76def24 releasetools: Make scripts pylint clean. by Tao Bao · 7 years ago
  24. dba59ee releasetools: Don't return ZipFile from common.UnzipTemp(). by Tao Bao · 7 years ago
  25. 2bb1097 Remove the obsolete logic in img_from_target_files.py. by Tao Bao · 8 years ago
  26. 89fbb0f releasetools: Replace print stmt with print(). by Tao Bao · 8 years ago
  27. d42e97e Build recovery-two-step.img for two-step OTAs. by Tao Bao · 8 years ago
  28. db45efa Honor TARGET_NO_RECOVERY flag. by Tao Bao · 9 years ago
  29. 7a5bf8a releasetools: Support packaging for system_root_image. by Tao Bao · 9 years ago
  30. 2c15d9e Pack file_contexts into target_files zip. by Tao Bao · 10 years ago
  31. 2ed665a Wrap zipfile.write(), writestr() and close() by Tao Bao · 10 years ago
  32. 8b72aef Make releasetools pylint clean. by Dan Albert · 10 years ago
  33. 6701db8 Allow system images larger than 2GiB, pt. 2 by Greg Hackmann · 10 years ago
  34. 8e0178d Allow system images larger than 2GiB. by Dan Albert · 10 years ago
  35. f21cb5a save file block allocations in target_files by Doug Zongker · 10 years ago
  36. 3c84f56 store images in target-files by Doug Zongker · 10 years ago
  37. 4d09dcb releasetools: only allow yaffs to have no userdata image size (fix build) by JP Abgrall · 11 years ago
  38. c8b4e84 full support for OTA of vendor partitions by Doug Zongker · 11 years ago
  39. 8282282 use fs_config and file_contexts from target_files by Doug Zongker · 11 years ago
  40. f8824af Allow to build the update.zip for emulator build. by Ying Wang · 11 years ago
  41. 15d5348 Reopen temporary system image to avoid stale data. by Geremy Condra · 11 years ago
  42. 5fad203 handle don't care regions in the system image by Doug Zongker · 11 years ago
  43. d75d712 Merge "Add support for block incremental OTAs" by Geremy Condra · 11 years ago
  44. 36bd365 Add support for block incremental OTAs by Geremy Condra · 11 years ago
  45. cf6d5a9 bump releasetools python requirement to 2.7 by Doug Zongker · 11 years ago
  46. 01ce19c make full OTAs block based by Doug Zongker · 11 years ago[Renamed (95%) from tools/releasetools/img_from_target_files]
  47. e2e9f61 Fix signing process for SELinux file_contexts by Kenny Root · 12 years ago
  48. a0febe5 Support to build vendor.img by Ying Wang · 12 years ago
  49. d7321d3 Skip userdata.img only if partition size is not give for extfs. by Ying Wang · 12 years ago
  50. a7c8f72 Use the correct size key by Ying Wang · 12 years ago
  51. 4e3f44f Skip userdata.img if no size is provided when building images from target files by Ying Wang · 12 years ago
  52. 9f8e8db Build cache.img on demand by Ying Wang · 13 years ago
  53. c0debb9 Revert "Build cache.img." by Ying Wang · 13 years ago
  54. 531bdb5 Build cache.img. by Ying Wang · 13 years ago
  55. bd93d42 Unify the user image building code by Ying Wang · 13 years ago
  56. 7e6d4e4 Close inherited PIPE before doing work by Ying Wang · 14 years ago
  57. 55d9328 support use of prebuilt bootable images by Doug Zongker · 14 years ago
  58. c5a07ce Pass extfs sparse image flag to the release tool. by Ying Wang · 14 years ago
  59. 421b46e resolved conflicts for merge of 18c00c5c to master by Ying Wang · 14 years ago
  60. 026f145 Fix userdata partition's ext4 mount point to data. by Ying Wang · 14 years ago
  61. 539db3b resolved conflicts for merge of e1daf61d to master by Doug Zongker · 14 years ago
  62. ad80698 arg: system_size, not system_img by Doug Zongker · 14 years ago
  63. 33a4b08 fall back to MTD if no recovery.fstab is present by Doug Zongker · 14 years ago
  64. 9ce0fb6 support for per-partition fs_type by Doug Zongker · 14 years ago
  65. 258bf46 support for per-partition fs_type (do not merge) by Doug Zongker · 14 years ago
  66. cb26912 am 25df2a98: am 6be030af: Merge "remove remaining refs to max_image_sizes" into gingerbread by Doug Zongker · 14 years ago
  67. 1684d9c remove remaining refs to max_image_sizes by Doug Zongker · 14 years ago
  68. b984ae5 resolved conflicts for merge of 813ad17a to master by Doug Zongker · 14 years ago
  69. 3797473 consolidate target_files metadata into one key-value file by Doug Zongker · 14 years ago
  70. f127eb7 resolved conflicts for merge of 2cb8d5eb to master by Doug Zongker · 14 years ago
  71. c77a9ad store user-visible image sizes in target-files by Doug Zongker · 14 years ago
  72. c19a8d5 support for ext4/EMMC in target_files and OTA generation by Doug Zongker · 15 years ago
  73. 5c3dc2a am 9314823c: am 93d574f8: Merge "return to using subprocess for running commands" into gingerbread by Doug Zongker · 14 years ago
  74. 39a9845 return to using subprocess for running commands by Doug Zongker · 14 years ago
  75. e238e5a am a9703989: am ae553143: Refactor a bit. by Ying Wang · 14 years ago
  76. a4b6db9 am cef82129: am aa6dbe21: Try to fix system.img in update zip file. by Ying Wang · 14 years ago
  77. ae55314 Refactor a bit. by Ying Wang · 14 years ago
  78. aa6dbe2 Try to fix system.img in update zip file. by Ying Wang · 14 years ago
  79. f5127df am 485bd44d: am d421f57d: Fix mkyaffs2image extra flags in the release tools. by Ying Wang · 14 years ago
  80. d421f57 Fix mkyaffs2image extra flags in the release tools. by Ying Wang · 14 years ago
  81. ee4bad5 Disable CheckSize on ext partitions to fix build [DO NOT MERGE] by Ying Wang · 14 years ago
  82. 065521b Backport ext4 support from master [DO NOT MERGE] by Ying Wang · 14 years ago
  83. 4864260 Disable CheckSize on ext partitions to fix build by Colin Cross · 14 years ago
  84. ee81cd9 Pass partition size to mkuserimg.sh by Ying Wang · 14 years ago
  85. b4c7d32 support for ext4/EMMC in target_files and OTA generation by Doug Zongker · 15 years ago
  86. 933abf1 extfs support for img_from_target_files by Ying Wang · 15 years ago
  87. e44fade Bug in Mac build where it gets confused over case, fix no longer needed. by Mike Ritter · 15 years ago
  88. fdd8e69 use the max image sizes from the target files zip by Doug Zongker · 15 years ago
  89. 048e7ca fix archive files being created with perms 000 by Doug Zongker · 16 years ago
  90. eef3944 AI 144270: am: CL 144269 Relocate the new (google-indepedent) tools for signing and by Doug Zongker · 16 years ago