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