1. 867ab66 DAP: building system_other.img for retrofit devices by Bowgo Tsai · 6 years ago
  2. 1e04bf7 Sign system_other.img with AVB by Bowgo Tsai · 6 years ago
  3. 60fa99d build_image: Increase spare inodes to 12. by Mark Salyzyn · 6 years ago
  4. c25b2bf build_image: right-sizing at least some spare inode by Mark Salyzyn · 6 years ago
  5. 9f23b89 Revert "Relax inode usage estimation slack for DAP right sizing" by Mark Salyzyn · 6 years ago
  6. 9aa42f1 Revert "Increase slack for inode estimation algorithm" by Hridya Valsaraju · 6 years ago
  7. 6541d0a build_image: support non-sparse right-sized images by Mark Salyzyn · 6 years ago
  8. 60a716f build_image: right-sizing add .2% margin for space and inodes by Mark Salyzyn · 6 years ago
  9. c777eaa build_image: hard code set inode size to 256 by Mark Salyzyn · 6 years ago
  10. e8e7958 Increase slack for inode estimation algorithm by Hridya Valsaraju · 6 years ago
  11. 7cac3ad Merge "Relax inode usage estimation slack for DAP right sizing" by Treehugger Robot · 6 years ago
  12. bd17fab Relax inode usage estimation slack for DAP right sizing by Hridya Valsaraju · 6 years ago
  13. 6f693f0 releasetools: Specify a minimum size for right-sized images. by David Anderson · 6 years ago
  14. 3cd2460 build: Split out mkfs in BuildImageMkfs (retry) by Mark Salyzyn · 6 years ago
  15. 533558e Revert "build: Split out mkfs in BuildImageMkfs" by Mark Salyzyn · 6 years ago
  16. 2b72b7f build: Split out mkfs in BuildImageMkfs by Mark Salyzyn · 6 years ago
  17. 41f781d build_image: right size image problems. by Mark Salyzyn · 6 years ago
  18. 0e60f8a Make right-sizing less aggressive by Anton Hansson · 6 years ago
  19. 2b19189 build_image still too aggressive with right sizing (part troix) by Mark Salyzyn · 6 years ago
  20. 7549e5e releasetools: Create VerityImageBuilder. by Tao Bao · 6 years ago
  21. 4a6ce93 build_image too aggressive with right sizing by Mark Salyzyn · 6 years ago
  22. 757dfe8 Merge "Revert "Work around e2fsck issue for building sparse GSIs"" by Tao Bao · 6 years ago
  23. 2780966 Revert "Work around e2fsck issue for building sparse GSIs" by Tao Bao · 6 years ago
  24. f0cef8d build_image setup ext4 dedupe on more images. by Mark Salyzyn · 6 years ago
  25. c3d408e build_image tune right-size image by Mark Salyzyn · 6 years ago
  26. f3fc62c releasetools: Fix the error message. by Tao Bao · 6 years ago
  27. 780f595 build_image: improvements to right size for dynamic partitions by Mark Salyzyn · 6 years ago
  28. 32fcdab releasetools: Switch to Python logging. by Tao Bao · 6 years ago
  29. 7119751 releasetools: Move verity related functions into verity_utils.py. by Tao Bao · 6 years ago
  30. 986ee86 releasetools: Move build_image.RunCommand into common.py. by Tao Bao · 6 years ago
  31. 2f05746 releasetools: build_image.BuildVerityTree() returns a tuple. by Tao Bao · 6 years ago
  32. c6bd70a releasetools: Raise on image building errors. by Tao Bao · 6 years ago
  33. 040410c Prevent AVB signing from using _RESERVED_SIZE by Bowgo Tsai · 6 years ago
  34. 35f4ebc releasetools: Clean up the use of `partition_size`. by Tao Bao · 6 years ago
  35. 860f9d1 Merge "Use the new executable for mkuserimg_mke2fs" by Treehugger Robot · 6 years ago
  36. 99ed1b4 Adding better AVB error message by Bowgo Tsai · 6 years ago
  37. 5733222 Use the new executable for mkuserimg_mke2fs by Tianjie Xu · 6 years ago
  38. d14b895 Support a first stage ramdisk via TARGET_RAMDISK_OUT by Tom Cherry · 6 years ago
  39. 924af7d s/product-services/product_services/g by Dario Freni · 6 years ago
  40. d624fa6 Add support for /odm partition by Bowgo Tsai · 7 years ago
  41. a0d3277 Merge "Work around e2fsck issue for building sparse GSIs" by Treehugger Robot · 6 years ago
  42. ec7fa1c Work around e2fsck issue for building sparse GSIs by Isaac Chen · 6 years ago
  43. 2dae572 Split PRODUCT_USE_LOGICAL_PARTITIONS into sub-flags. by Yifan Hong · 6 years ago
  44. ebc041a productservices => product_services by Yifan Hong · 6 years ago
  45. c2606eb releasetools: Fix an issue in image size computation. by Tao Bao · 6 years ago
  46. 4251fe9 releasetools: Return the actual image size when building logical partitions. by Tao Bao · 6 years ago
  47. 2d90c24 Merge changes from topic "board_partition_reserved_size" by Yifan Hong · 6 years ago
  48. 9c35a02 build_image.py recognize BOARD_PRODUCT_SERVICESIMAGE_PARTITION_RESERVED_SIZE by Yifan Hong · 6 years ago
  49. 56a6c3b build_image.py recognize BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE by Yifan Hong · 6 years ago
  50. 8bfd3c7 releasetools: Rename the ramdisk_dir in prop dict to root_dir. by Tao Bao · 6 years ago
  51. 5f681e1 Add support for /product-services partition by Dario Freni · 6 years ago
  52. 92fb231 build_image.py: remove extra new lines in error message by Yifan Hong · 6 years ago
  53. 749062d build_image.py recognize BOARD_VENDORIMAGE_PARTITION_RESERVED_SIZE by Yifan Hong · 6 years ago
  54. bbcba1e build_image.py recognize BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE by Yifan Hong · 6 years ago
  55. 332a96b releasetools: Default journal size to 0 for system images. by Tao Bao · 6 years ago
  56. 3f5f993 build_image: default extfs reserved size to 0 on RO partitions. by Patrick Tjin · 6 years ago
  57. b4ec6d7 Remove the hard-coded path of build_verity_metadata.py. by Tao Bao · 6 years ago
  58. b7735d8 Support /product partition by Jaekyun Seok · 7 years ago
  59. fde9f79 Add BOARD_EXT4_SHARE_DUP_BLOCKS to share duplicated blocks on ext4 by Jin Qian · 7 years ago
  60. 9446c1d Fix order of args passed to mksquashfsimage.sh by Ng Zhi An · 7 years ago
  61. cd53a89 releasetools: Dump mkfs/fsck/simg2img outputs on error. by Tao Bao · 7 years ago
  62. c72727a releasetools: Clean up build_image.py. by Tao Bao · 7 years ago
  63. d8a953d releasetools: Move assertions into CheckHeadroom(). by Tao Bao · 7 years ago
  64. 1c830bf releasetools: Add common.MakeTempDir(). by Tao Bao · 7 years ago
  65. b379762 Merge "build_image: Factor out CheckHeadroom() and add tests." by Treehugger Robot · 7 years ago
  66. d30b7519 Merge "Remove the support for BOARD_HAS_EXT4_RESERVED_BLOCKS." by Treehugger Robot · 7 years ago
  67. d4349f2 build_image: Factor out CheckHeadroom() and add tests. by Tao Bao · 7 years ago
  68. 10c9f5d Merge "core, release: add sload.f2fs for otatools.zip" by Jaegeuk Kim · 7 years ago
  69. 79d52f8 Remove the support for BOARD_HAS_EXT4_RESERVED_BLOCKS. by Tao Bao · 7 years ago
  70. 73ff57f Explain why BuildImage failed. by Elliott Hughes · 7 years ago
  71. 2ea1eba core, release: add sload.f2fs for otatools.zip by Jaegeuk Kim · 7 years ago
  72. 29ec06b Silence superfluous build messages. by Tomasz Wasilczyk · 7 years ago
  73. 404af2c Merge "Build repeatable system images with mke2fs." by Treehugger Robot · 7 years ago
  74. d86e311 Build repeatable system images with mke2fs. by Tao Bao · 7 years ago
  75. 6ceeb1a Adding Android verified boot 1.0 metadata into ENG builds by Bowgo Tsai · 7 years ago
  76. 2b6dfd6 Use computed salt for AVB-signed images. by Tao Bao · 7 years ago
  77. 149b7fb Add a verbose option to RunCommand in build_image.py by Tianjie Xu · 7 years ago
  78. 3e599ea AVB: support chain partition signing by Bowgo Tsai · 7 years ago
  79. 65b98cd Merge "Generate care_map.txt when AVB is enabled" by Tianjie Xu · 7 years ago
  80. 6b2e155 Generate care_map.txt when AVB is enabled by Tianjie Xu · 7 years ago
  81. 7ea994b Support signing custom images with AVB HASH or AVB HASHTREE by Bowgo Tsai · 7 years ago
  82. 001c676 Add the option to reserve headroom for partition images. by Julius D'souza · 7 years ago
  83. e3ad41b Switch command to subprocess in build_image.py by Tianjie Xu · 8 years ago
  84. 20f08c3 Pass flash erase & logical block size to mke2fs by Connor O'Brien · 8 years ago
  85. a190084 build_image: add support for specifying number of inodes by Patrick Tjin · 8 years ago
  86. ada51f3 Manually merge commit 'c13da91' into stage-aosp-master by The Android Automerger · 8 years ago
  87. 9a072cc Add support for creating ext4 images with mke2fs by Adrien Schildknecht · 8 years ago
  88. f4a8827 Merge "releasetools: Support verity signer args." am: 02d2d68aec by Tao Bao · 8 years ago
  89. 4581042 releasetools: Support verity signer args. by Tao Bao · 8 years ago
  90. 4e9c89a resolve merge conflicts of 86180eb to nyc-mr1-dev-plus-aosp by David Zeuthen · 8 years ago
  91. 4014a9d Make room for AVB hashtree and metadata. by David Zeuthen · 8 years ago
  92. 3d207c8 Merge "build_image: add padding to match partition size" am: ef5751c1ec am: 5875285ecf by Sami Tolvanen · 8 years ago
  93. 433905f build_image: add padding to match partition size by Sami Tolvanen · 8 years ago
  94. a3e8e9c resolve merge conflicts of 3f7c348 to nyc-mr1-dev-plus-aosp by Alex Light · 8 years ago
  95. 4e358ab Add system_other partition, install odex files by Alex Light · 8 years ago
  96. 2d20807 Merge \\\"Remove obsolete MTD support from the releasetools scripts.\\\" am: 63fc2b6766 am: ece6ff869c by Elliott Hughes · 8 years ago
  97. f66d3e6 Merge \\"Remove obsolete MTD support from the releasetools scripts.\\" am: 63fc2b6766 by Elliott Hughes · 8 years ago
  98. ece6ff8 Merge \"Remove obsolete MTD support from the releasetools scripts.\" by Elliott Hughes · 8 years ago
  99. 305b088 Remove obsolete MTD support from the releasetools scripts. by Elliott Hughes · 8 years ago
  100. 44dc2a9 resolve merge conflicts of 8ebbc4e to nyc-mr1-dev am: 423862500b by Mohamad Ayyash · 8 years ago