1. 968b961 Allow passing in payload signer for ota signing. by Baligh Uddin · 3 years ago
  2. 87d2722 Merge "Refactor ota_utils to reduce dependency on global OPTIONS" by Treehugger Robot · 3 years ago
  3. bf01f8b Refactor ota_utils to reduce dependency on global OPTIONS by Kelvin Zhang · 3 years ago
  4. 7aad536 Merge "Add security patch level param to otatools" by Treehugger Robot · 3 years ago
  5. fa92869 Rename ota_utils.Payload to PayloadGenerator by Kelvin Zhang · 3 years, 1 month ago
  6. 62a7f6e Move Payload/StreamProperty class to ota_utils.py by Kelvin Zhang · 3 years ago
  7. be469cf Merge changes Icc298256,I9268cb11,I446a0b16,I347447eb,Iaae39e4c, ... by Hung-Wei Chen · 3 years ago
  8. 0b7207c Add security patch level param to otatools by Kelvin Zhang · 3 years ago
  9. 22e3b01 Remove verity keys from info_dict by hungweichen · 3 years ago
  10. 059bf6e Move some OTA signing functions to a separte file by Kelvin Zhang · 3 years, 1 month ago
  11. 9a698e6 Temporary hack for making T->S downgrade work by Kelvin Zhang · 3 years, 4 months ago
  12. a9a87ec Disable verity for VABC updates on android R by Kelvin Zhang · 3 years, 4 months ago
  13. 3db1ef6 Only enable zucchini if configuration file exists by Håkan Kvist · 3 years, 4 months ago
  14. 0cc4ae8 Merge "Fix small typo in ota script options" by Treehugger Robot · 3 years, 6 months ago
  15. 318a464 Fix small typo in ota script options by Kelvin Zhang · 3 years, 6 months ago
  16. c7c8697 Simplify codes when _LoadOemDicts by jiajia tang · 3 years, 6 months ago
  17. 84b3a28 Add an option to set VABC compression algo by Kelvin Zhang · 3 years, 6 months ago
  18. e174c32 Add SPL downgrade option help text by Kelvin Zhang · 3 years, 6 months ago
  19. 13a4137 core & tools: system_dlkm: add dynamic partition by Ramji Jiyani · 3 years, 7 months ago
  20. f175801 Fix bug where VABC xor is used on unsupported builds by Kelvin Zhang · 3 years, 7 months ago
  21. 6fe2fc0 Add erofs compressor type param by Kelvin Zhang · 3 years, 8 months ago
  22. f2728d6 Add option to enable lz4diff by Kelvin Zhang · 3 years, 8 months ago
  23. 410bb38 Add option to enable zucchini by Kelvin Zhang · 3 years, 8 months ago
  24. fab626b Merge "Revert "Temporarily remove the care_map in the ota package"" by Tianjie Xu · 3 years, 9 months ago
  25. 2f76f90 Revert "Temporarily remove the care_map in the ota package" by Tianjie Xu · 3 years, 9 months ago
  26. 4fc3aa0 Fix signapk not found error when running ota_from_target_files locally by Kelvin Zhang · 3 years, 10 months ago
  27. 984ad44 Merge "Skip signing key check in some cases" by Treehugger Robot · 3 years, 10 months ago
  28. 4b588cf Skip signing key check in some cases by Kelvin Zhang · 3 years, 10 months ago
  29. 5856cfb Temporarily remove the care_map in the ota package by Tianjie · 3 years, 10 months ago
  30. 2639048 Fix a failure in signing test by Kelvin Zhang · 3 years, 10 months ago
  31. 9b6d4ec Add a compressor types option by Kelvin Zhang · 3 years, 10 months ago
  32. 81641af Allow data wipe for full OTAs by Kelvin Zhang · 3 years, 10 months ago
  33. e7ab38d Add option to override minor version by Tianjie · 4 years ago
  34. 1250bca Allow user to manually override enable_vabc_xor by Kelvin Zhang · 4 years ago
  35. 414ca42 Check for vintf compatiblity early in generation process by Kelvin Zhang · 4 years ago
  36. ad42738 Respect VABC Xor prop in ota_from_target_files by Kelvin Zhang · 4 years, 1 month ago
  37. 25ab998 Fix a bug in computing streaming property of payload.bin by Kelvin Zhang · 4 years, 2 months ago
  38. f66caee Add an option for VABC xor by Kelvin Zhang · 4 years, 2 months ago
  39. 8b92dab Merge "Add apex info to the streaming property file" by Tianjie Xu · 4 years, 2 months ago
  40. 10eac08 Add ro.vendor.build.dont_use_vabc to disable VABC OTA by Kelvin Zhang · 4 years, 3 months ago
  41. d868c12 Add apex info to the streaming property file by Tianjie · 4 years, 3 months ago
  42. d3c78b8 Merge "Amend the apex info for ota package" by Tianjie Xu · 4 years, 3 months ago
  43. a5fca03 Amend the apex info for ota package by Tianjie · 4 years, 3 months ago
  44. 766eea7 Handle caremap for partial OTAs by Kelvin Zhang · 4 years, 3 months ago
  45. 4de9bb2 Reland: Enable verity computation on VABC devices by Kelvin Zhang · 4 years, 4 months ago
  46. 2a3e5b1 Disable downgrade VABC OTAs by Kelvin Zhang · 4 years, 4 months ago
  47. 563750f Disable VABC if either source/target doesn't support it by Kelvin Zhang · 4 years, 4 months ago
  48. c777570 Revert "Enable support for verity writes for VABC targets" by Kelvin Zhang · 4 years, 4 months ago
  49. 6bb647f Enable support for verity writes for VABC targets by Kelvin Zhang · 4 years, 5 months ago
  50. 50dc1b8 Don't disable verity if VABC is disabled by Kelvin Zhang · 4 years, 6 months ago
  51. b7ade64 Merge "Trigger data wipe on spl-downgrade as well" by Treehugger Robot · 4 years, 6 months ago
  52. 45b4230 Add --disable_vabc to ota_from_target_files help text. by David Anderson · 4 years, 6 months ago
  53. 0640017 Trigger data wipe on spl-downgrade as well by Kelvin Zhang · 4 years, 6 months ago
  54. 05ff705 Add spl-downgrade field to ota metadata by Kelvin Zhang · 4 years, 7 months ago
  55. eb586ef Check for existence of private key before generating OTA by Kelvin Zhang · 4 years, 7 months ago
  56. 80ff466 Prevent SPL downgrade OTAs from generating by Kelvin Zhang · 4 years, 7 months ago
  57. bbfa182 Add flag to manually disable vabc by Kelvin Zhang · 4 years, 7 months ago
  58. 7bd0991 Add apex_info.pb to generated OTA by Kelvin Zhang · 4 years, 7 months ago
  59. 22c687c Fix pylint warnings on ota_from_target_files.py by Kelvin Zhang · 4 years, 7 months ago
  60. caf7bbc Add --disable_verity_computation option to ota script by Kelvin Zhang · 4 years, 10 months ago
  61. 59dd38c Merge "Include complete boot image on builds containing gki apex" by Treehugger Robot · 4 years, 10 months ago
  62. 6cdf391 Allow downgradeable secondary payload by Kelvin Zhang · 4 years, 10 months ago
  63. 83ea783 Filter out ab_partitions in source_info as well by Kelvin Zhang · 4 years, 10 months ago
  64. 65029a2 Include complete boot image on builds containing gki apex by Kelvin Zhang · 4 years, 10 months ago
  65. 8019572 Allow downgradable partial OTA by Kelvin Zhang · 4 years, 10 months ago
  66. 31233e5 Disable FEC computation for VABC by Kelvin Zhang · 4 years, 10 months ago
  67. a59bb27 Fix partition timestamps for secondary payload by Kelvin Zhang · 4 years, 10 months ago
  68. 49ab1b90 OTA: Support A/B devices custom images update. by Hongguang Chen · 4 years, 11 months ago
  69. 38ab4d8 Add ota script support to generate partial updates by Yifan Hong · 5 years ago
  70. 928c234 Allow zip64 support when opening zip files by Kelvin Zhang · 5 years ago
  71. c08cbf0 Revert "Add modules partition." by Yifan Hong · 5 years ago
  72. c0f187f Add modules partition. by Yifan Hong · 5 years ago
  73. 39aea44 Generate partition timestamps in ota_from_target_files by Kelvin Zhang · 5 years ago
  74. a207613 Define the protobuf for OTA metadata by Tianjie · 5 years ago
  75. 2e41738 Fix lint errors on ota_utils.py by Kelvin Zhang · 5 years ago
  76. cff4d76 Move non-AB OTA generation code to a separate file by Kelvin Zhang · 5 years ago
  77. b021b2a Update language to comply with Android’s inclusive language guidance by Ivan Lozano · 5 years ago
  78. f496f1b Add odm_dlkm partition. by Yifan Hong · 5 years ago
  79. cfb917a Add vendor_dlkm partition. by Yifan Hong · 5 years ago
  80. c8b4784 Merge "Fix lint errors in ota_from_target_files script" by Kelvin Zhang · 5 years ago
  81. 0876c41 Fix lint errors in ota_from_target_files script by Kelvin Zhang · 5 years ago
  82. eb06afb Fix the read on a closed zipfile by Tianjie · 5 years ago
  83. d686716 Add an option to input the boot variables for OTA package generation by Tianjie · 5 years ago
  84. bdb3201 Use add_slot_suffix function in edify script by Yifan Hong · 5 years ago
  85. 65afc07 Support forcefully generating non-AB packages. by Yifan Hong · 5 years ago
  86. c385064 Exclude vendor_boot in secondary payload by Tianjie · 5 years ago
  87. 9afb221 Reland "Calculate the runtime fingerprint prefixes from build prop" by Tianjie Xu · 5 years ago
  88. b21e48b Revert "Calculate the runtime fingerprint prefixes from build prop" by Greg Kaiser · 5 years ago
  89. 0d2fcd5 Calculate the runtime fingerprint prefixes from build prop by Tianjie · 5 years ago
  90. 88e1a14 releasetools: Add missing log format specifier by Luca Stefani · 5 years ago
  91. 2a7aaa6 ota_tool: fix incremental ota error by Xindong Xu · 5 years ago
  92. fe07343 Support Factory OTA for Virtual A/B devices by Yifan Hong · 6 years ago
  93. 21e6deb Call delta_generator to get the signature size by Tianjie Xu · 6 years ago
  94. 1c320f8 releasetools: Move BuildInfo into common. by Tao Bao · 6 years ago
  95. e868aec Moving recovery resources from /system to /vendor by Bill Peckham · 6 years ago
  96. 3e75946 releasetools: Remove more images out of secondary payload. by Tao Bao · 6 years ago
  97. c4011cd7 releasetools: Sanity check the build fingerprint. by Tao Bao · 6 years ago
  98. 1c80800 Remove vendor & product in secondary payload by Tianjie Xu · 6 years ago
  99. 9c9993c Merge "Add a new flag "--disable_fec_computation" for OTA generation" by Tianjie Xu · 6 years ago
  100. 1b07983 Add a new flag "--disable_fec_computation" for OTA generation by Tianjie Xu · 6 years ago