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