1. e077cf7 Add pvmfw partition to target files by Andrew Scull · 4 years, 6 months ago
  2. b4b07ab Returns empty apex_infos if the apex target dir does not exist. by Daniel Norman · 4 years, 6 months ago
  3. 0390580 [LSC] Add LOCAL_LICENSE_KINDS to build/make by Bob Badour · 4 years, 6 months ago
  4. 9f781ff Fix error where otacerts in VENDOR_BOOT isn't replaced by Kelvin Zhang · 4 years, 6 months ago
  5. 119f279 Fix signing errors where some partitions aren't properly signed by Kelvin Zhang · 4 years, 6 months ago
  6. eb586ef Check for existence of private key before generating OTA by Kelvin Zhang · 4 years, 6 months ago
  7. 80ff466 Prevent SPL downgrade OTAs from generating by Kelvin Zhang · 4 years, 6 months ago
  8. 7b6988c Merge "Make common.py python3 compatible" by Treehugger Robot · 4 years, 6 months ago
  9. e51dcce Merge "Updates merge_target_files soong_zip to use -r instead of -l." by Treehugger Robot · 4 years, 6 months ago
  10. 645dcb8 Make common.py python3 compatible by Kelvin Zhang · 4 years, 6 months ago
  11. eaf5c1d Updates merge_target_files soong_zip to use -r instead of -l. by Daniel Norman · 4 years, 6 months ago
  12. 41f416d Merge "Add flag to manually disable vabc" by Treehugger Robot · 4 years, 6 months ago
  13. bbfa182 Add flag to manually disable vabc by Kelvin Zhang · 4 years, 6 months ago
  14. 0c09471 Clean TEST_MAPPING config based on go/a-unit-tests by Julien Desprez · 4 years, 6 months ago
  15. 00db385 Merge "Fix test failures due to binaries not found in PATH" by Kelvin Zhang · 4 years, 6 months ago
  16. e9d4ddb Merge "Add releasetools_test to TEST_MAPPING" by Kelvin Zhang · 4 years, 6 months ago
  17. 05a3f68 Fix test failures due to binaries not found in PATH by Kelvin Zhang · 4 years, 6 months ago
  18. 553efca Add releasetools_test to TEST_MAPPING by Kelvin Zhang · 4 years, 6 months ago
  19. f4909b4 Add deapexer to releasetools_common by Mohammad Samiul Islam · 4 years, 6 months ago
  20. 472a860 Merge "Only add apex_info for compressed apexes" by Treehugger Robot · 4 years, 6 months ago
  21. 8e0c592 Merge "Add support for signing a compressed apex" by Nikita Ioffe · 4 years, 6 months ago
  22. c72718c Only add apex_info for compressed apexes by Kelvin Zhang · 4 years, 6 months ago
  23. 3608148 Add support for signing a compressed apex by Nikita Ioffe · 4 years, 7 months ago
  24. 7bd0991 Add apex_info.pb to generated OTA by Kelvin Zhang · 4 years, 6 months ago
  25. 22c687c Fix pylint warnings on ota_from_target_files.py by Kelvin Zhang · 4 years, 6 months ago
  26. 5f0fcee Emit apex_info to target_files META/apex_info.pb by Kelvin Zhang · 4 years, 7 months ago
  27. 9fd5886 Create a function that can generate ApexInfo using target-files by Mohammad Samiul Islam · 4 years, 7 months ago
  28. 7a27574 Merge "GetBootImageBuildProp returns None if file does not exist" by Yifan Hong · 4 years, 7 months ago
  29. 015b689 Merge "Refactor apex signing logic in preparation for compressed apexes" by Nikita Ioffe · 4 years, 7 months ago
  30. 2de3459 Merge "Fix errors from validate_target_files" by Tianjie Xu · 4 years, 7 months ago
  31. 6068e8d Refactor apex signing logic in preparation for compressed apexes by Nikita Ioffe · 4 years, 7 months ago
  32. 2e0b835 Fix errors from validate_target_files by Tianjie · 4 years, 7 months ago
  33. 14a8712 Add missing dependencies to releasetools_common and binary defaults. by Yifan Hong · 4 years, 7 months ago
  34. 7dc5117 GetBootImageBuildProp returns None if file does not exist by Yifan Hong · 4 years, 7 months ago
  35. c3fdfed Fix test_sign_apex by Nikita Ioffe · 4 years, 7 months ago
  36. cb09afc Merge changes from topic "common.GetBootImageTimestamp" by Yifan Hong · 4 years, 7 months ago
  37. 10482a2 Load boot build props to info_dict properly. by Yifan Hong · 4 years, 7 months ago
  38. 85ac501 Add GetBootImageBuildProp. by Yifan Hong · 4 years, 7 months ago
  39. 5057b95 Split PARTITIONS_WITH_BUILD_PROP from *_WITH_CARE_MAP by Yifan Hong · 4 years, 7 months ago
  40. c65a054 Move GetBootImageTimestamp to common. by Yifan Hong · 4 years, 7 months ago
  41. 6d9e78f Swich TEST_MAPPING config to unit_tests:true by Julien Desprez · 4 years, 8 months ago
  42. d21e7dc Add support for packing multiple vendor ramdisks in vendor_boot by Yo Chiang · 4 years, 8 months ago
  43. 74e57f6 Merge "Enable system partition compression" by Jaegeuk Kim · 4 years, 8 months ago
  44. 70c61bc Merge changes I1deda85d,I43d7b2c6 by Treehugger Robot · 4 years, 8 months ago
  45. 3e51f42 Enable system partition compression by Robin Hsu · 4 years, 9 months ago
  46. 7294274 Ensure file permissions are writable before attempting to sign. by Rupert Shuttleworth · 4 years, 8 months ago
  47. 35f015e calculation partition size use compressed image size by Huang Jianan · 4 years, 8 months ago
  48. 62d926e add erofs to non partition spanning fs by Huang Jianan · 4 years, 8 months ago
  49. 21c34f7 Runs host_init_verifier on merged target files packages. by Daniel Norman · 4 years, 9 months ago
  50. 84e9bf1 Merge "Try to find host tools in the same directory as the caller" by Treehugger Robot · 4 years, 8 months ago
  51. 788055c Merge "Add --disable_verity_computation option to ota script" by Kelvin Zhang · 4 years, 8 months ago
  52. caf7bbc Add --disable_verity_computation option to ota script by Kelvin Zhang · 4 years, 9 months ago
  53. c8c94ac Try to find host tools in the same directory as the caller by Jiyong Park · 4 years, 9 months ago
  54. 38888d3 Turns on building vbmeta.img when merging if avb_enable=true. by Daniel Norman · 4 years, 9 months ago
  55. 187e975 Merge changes from topic "gki_vintf_level" by Yifan Hong · 4 years, 9 months ago
  56. 59dd38c Merge "Include complete boot image on builds containing gki apex" by Treehugger Robot · 4 years, 9 months ago
  57. fc65231 Merge "Support PRODUCT_BUILD_VBMETA_IMAGE for target files" by Treehugger Robot · 4 years, 9 months ago
  58. 72e78f2 Pass kernel version file to check_vintf. by Yifan Hong · 4 years, 9 months ago
  59. 8218225 Support PRODUCT_BUILD_VBMETA_IMAGE for target files by Bowgo Tsai · 4 years, 9 months ago
  60. 6cdf391 Allow downgradeable secondary payload by Kelvin Zhang · 4 years, 9 months ago
  61. 83ea783 Filter out ab_partitions in source_info as well by Kelvin Zhang · 4 years, 9 months ago
  62. 65029a2 Include complete boot image on builds containing gki apex by Kelvin Zhang · 4 years, 9 months ago
  63. 6f83343 Merge "Allow downgradable partial OTA" by Kelvin Zhang · 4 years, 9 months ago
  64. 8019572 Allow downgradable partial OTA by Kelvin Zhang · 4 years, 9 months ago
  65. ba1811b Merge "Checks for APK sharedUserIds that cross partition group boundaries." by Treehugger Robot · 4 years, 9 months ago
  66. d335156 Checks for APK sharedUserIds that cross partition group boundaries. by Daniel Norman · 4 years, 9 months ago
  67. 50c0f97 Merge "Finds APK shared UID violations when merging target files." by Treehugger Robot · 4 years, 9 months ago
  68. 31233e5 Disable FEC computation for VABC by Kelvin Zhang · 4 years, 9 months ago
  69. 0806152 Merge "Fix partition timestamps for secondary payload" by Treehugger Robot · 4 years, 9 months ago
  70. a59bb27 Fix partition timestamps for secondary payload by Kelvin Zhang · 4 years, 9 months ago
  71. 38d49ca Merge "Allow flashing erofs system imgs" by Alistair Delva · 4 years, 9 months ago
  72. b8d52a2 Finds APK shared UID violations when merging target files. by Daniel Norman · 4 years, 9 months ago
  73. 961041a Allow flashing erofs system imgs by Gao Xiang · 5 years ago
  74. 13e76a3 Merge "Formatting and general cleanup of merge_target_files." by Treehugger Robot · 4 years, 9 months ago
  75. dbbf5a3 Formatting and general cleanup of merge_target_files. by Daniel Norman · 4 years, 10 months ago
  76. 49ab1b90 OTA: Support A/B devices custom images update. by Hongguang Chen · 4 years, 10 months ago
  77. ec95223 Merge "sign_target_files_apks: Fix password encrypted keys handle" by Tianjie Xu · 4 years, 10 months ago
  78. 29fda6c Merge "Make merge_target_files more lenient, needed for cross-release merging." by Daniel Norman · 4 years, 10 months ago
  79. e555ab1 sign_target_files_apks: Fix password encrypted keys handle by Oleh Cherpak · 4 years, 10 months ago
  80. d53d6f7 Merge "Add ota script support to generate partial updates" by Tianjie Xu · 4 years, 10 months ago
  81. 6a2135b Merge changes from topic "split_ramdisk" by Treehugger Robot · 4 years, 10 months ago
  82. 11e5f33 Merge "Update ota script to match init's logic" by Tianjie Xu · 4 years, 10 months ago
  83. b37c5be Update ota script to match init's logic by Tianjie · 4 years, 10 months ago
  84. ed754fb Add build property to enable fscompression by Jaegeuk Kim · 4 years, 10 months ago
  85. 38ab4d8 Add ota script support to generate partial updates by Yifan Hong · 5 years ago
  86. 63c5ca1 Add BOARD_EXCLUDE_KERNEL_FROM_RECOVERY_IMAGE. by Yifan Hong · 4 years, 10 months ago
  87. 125d0b6 Add function to extract timestamp from boot image by Yifan Hong · 4 years, 10 months ago
  88. b0c7591 Make merge_target_files more lenient, needed for cross-release merging. by Daniel Norman · 4 years, 10 months ago
  89. 5b7e8e0 Merge "Allow zip64 support when opening zip files" by Treehugger Robot · 4 years, 10 months ago
  90. 928c234 Allow zip64 support when opening zip files by Kelvin Zhang · 4 years, 11 months ago
  91. 435b8fe Misc fixes to release tools. by Chris Gross · 4 years, 11 months ago
  92. 4e501b5 Merge "Revert "Add modules partition."" by Yifan Hong · 4 years, 11 months ago
  93. c08cbf0 Revert "Add modules partition." by Yifan Hong · 4 years, 11 months ago
  94. e0fc4ca Sync modules required by releasetools by Luca Stefani · 5 years ago
  95. c0f187f Add modules partition. by Yifan Hong · 5 years ago
  96. 39aea44 Generate partition timestamps in ota_from_target_files by Kelvin Zhang · 5 years ago
  97. 4d50ea4 Add ota_metadata_pb2 to otatools.zip by Kelvin Zhang · 5 years ago
  98. f55227e Merge "Add per-partition build info into ota metadata" by Tianjie Xu · 5 years ago
  99. 2bb1486 Add per-partition build info into ota metadata by Tianjie · 5 years ago
  100. d556337 Add more enums to the ota type by Tianjie · 5 years ago