1. 5e5ad39 Don't check for FEC offset if fec is disabled by Kelvin Zhang · 4 years ago
  2. da607a3 Add an API in update_engine to switch the slot back and forth by Tianjie · 4 years, 3 months ago
  3. 5395370 Include XOR ops in merge sequence by Kelvin Zhang · 4 years, 2 months ago
  4. f7f7cc3 Add test for xor op generator by Kelvin Zhang · 4 years, 1 month ago
  5. 02df21b Emit XOR ops at OTA generation time by Kelvin Zhang · 4 years, 7 months ago
  6. 7cfc94a Use ASSERT_* instead of EXPECT_* by Kelvin Zhang · 4 years, 1 month ago
  7. 0de22fc Add proto field to store xor operation in update manifest by Kelvin Zhang · 4 years, 2 months ago
  8. cb419e6 Add GetActiveBootSlot API to boot control interface by Kelvin Zhang · 4 years, 2 months ago
  9. a43d6e8 Detect rollback and cleanup space allocated for apex by Kelvin Zhang · 4 years, 2 months ago
  10. fba6ee5 Add EmitSequenceData stub to FakeCowWriter by Daniel Rosenberg · 4 years, 1 month ago
  11. 3a327e6 Log how much time running update_device.py took by Nikita Ioffe · 4 years, 1 month ago
  12. bb68225 Report source and target build fingerprints in SNAPSHOT_MERGE_REPORTED. by David Anderson · 4 years, 1 month ago
  13. 4657407 Record the source build fingerprint in SnapshotMergeStats. by David Anderson · 4 years, 1 month ago
  14. 6e59e11 Ignore vscode files by Kelvin Zhang · 4 years, 1 month ago
  15. faddb7e Read payload signature if they exist by Kelvin Zhang · 4 years, 1 month ago
  16. e52b6cd Refactor both PartitionWriter and VABCPartitionWriter by Kelvin Zhang · 4 years, 6 months ago
  17. ab3ce60 Refactor ECC related code to a separate class by Kelvin Zhang · 4 years, 5 months ago
  18. 3cce62a Add ramdisk_available to init_first_stage's deps by Inseob Kim · 4 years, 2 months ago
  19. 1877a47 DO NOT MERGE - Mark RQ3A.210410.001 as merged by Xin Li · 4 years, 1 month ago
  20. cece603 Move Install op executor to a separate file am: 40d9666b3a by Kelvin Zhang · 4 years, 1 month ago
  21. 4b798e6 Simplify logic for PerformZeroOrDiscardOperation am: f45758675f by Kelvin Zhang · 4 years, 1 month ago
  22. 40d9666 Move Install op executor to a separate file by Kelvin Zhang · 4 years, 5 months ago
  23. f457586 Simplify logic for PerformZeroOrDiscardOperation by Kelvin Zhang · 4 years, 5 months ago
  24. ee24607 Only call InitAfterReboot if we detect a device reboot am: d6fd6820ca by Kelvin Zhang · 4 years, 2 months ago
  25. d6fd682 Only call InitAfterReboot if we detect a device reboot by Kelvin Zhang · 4 years, 2 months ago
  26. ded6e0b Add InstallOperationExecutor which hanldes interpretation of install op am: 1d402cbc5e by Kelvin Zhang · 4 years, 2 months ago
  27. 1d402cb Add InstallOperationExecutor which hanldes interpretation of install op by Kelvin Zhang · 4 years, 6 months ago
  28. e1e4412 DO NOT MERGE - Merge ab/7272582 am: 11284444f7 by Xin Li · 4 years, 2 months ago
  29. 1128444 DO NOT MERGE - Merge ab/7272582 by Xin Li · 4 years, 2 months ago
  30. a136fd4 Simplify logic for PerformSourceCopyOperation am: 37b9b70925 by Kelvin Zhang · 4 years, 2 months ago
  31. 37b9b70 Simplify logic for PerformSourceCopyOperation by Kelvin Zhang · 4 years, 5 months ago
  32. ec2d880 Refactor UpdatePrefsAndReportUpdateMetricsOnReboot am: 4061c51718 by Kelvin Zhang · 4 years, 2 months ago
  33. 4061c51 Refactor UpdatePrefsAndReportUpdateMetricsOnReboot by Kelvin Zhang · 4 years, 2 months ago
  34. 51428b6 Retain merge failure codes if merge succeeds. am: 28e46893d0 by David Anderson · 4 years, 2 months ago
  35. 28e4689 Retain merge failure codes if merge succeeds. by David Anderson · 4 years, 2 months ago
  36. 11202d9 Define constants in header am: 575b8f8a50 by Kelvin Zhang · 4 years, 2 months ago
  37. 575b8f8 Define constants in header by Kelvin Zhang · 4 years, 3 months ago
  38. 01405ab Refactor: Migrate all prefs to string_view am: 1c86a92bc7 by Kelvin Zhang · 4 years, 2 months ago
  39. 1c86a92 Refactor: Migrate all prefs to string_view by Kelvin Zhang · 4 years, 3 months ago
  40. eda4c38 Clean up reserved space for decompression when OTA cancelled am: b5c07bfe7e by Mohammad Samiul Islam · 4 years, 3 months ago
  41. b5c07bf Clean up reserved space for decompression when OTA cancelled by Mohammad Samiul Islam · 4 years, 5 months ago
  42. d9ff838 Fix some lint/style error am: 1d99ae1932 by Kelvin Zhang · 4 years, 3 months ago
  43. 5d4aeec ResetStatus if update_engine boot in different slot but same build am: 8660347589 by Kelvin Zhang · 4 years, 3 months ago
  44. 1d99ae1 Fix some lint/style error by Kelvin Zhang · 4 years, 3 months ago
  45. 8660347 ResetStatus if update_engine boot in different slot but same build by Kelvin Zhang · 4 years, 3 months ago
  46. e7dee68 Write verity first, then do fs verification am: 8704c83dbe by Kelvin Zhang · 4 years, 3 months ago
  47. 5ac9a7d Refactor get partition path and IsVABC into separate function am: e012f65a1b by Kelvin Zhang · 4 years, 3 months ago
  48. e75db4f Add a case to cover repeatedelly running fs verification am: 81eb075609 by Kelvin Zhang · 4 years, 3 months ago
  49. 8704c83 Write verity first, then do fs verification by Kelvin Zhang · 4 years, 3 months ago
  50. 358b7f1 Add more unittest for fs verification VABC behavior am: 30486bdb67 by Kelvin Zhang · 4 years, 3 months ago
  51. e012f65 Refactor get partition path and IsVABC into separate function by Kelvin Zhang · 4 years, 3 months ago
  52. 81eb075 Add a case to cover repeatedelly running fs verification by Kelvin Zhang · 4 years, 3 months ago
  53. 30486bd Add more unittest for fs verification VABC behavior by Kelvin Zhang · 4 years, 3 months ago
  54. c852a64 Create a minimal testcase to reproduce silent verity corruption am: 46d6c4987f by Kelvin Zhang · 4 years, 3 months ago
  55. 15242fd Fix verity discarded bug am: 9105f4baeb by Kelvin Zhang · 4 years, 3 months ago
  56. 6180c76 Rename postinstall_mount_device to readonly_target_path am: a9b5d8c8ee by Kelvin Zhang · 4 years, 3 months ago
  57. 46d6c49 Create a minimal testcase to reproduce silent verity corruption by Kelvin Zhang · 4 years, 3 months ago
  58. 9105f4b Fix verity discarded bug by Kelvin Zhang · 4 years, 3 months ago
  59. a9b5d8c Rename postinstall_mount_device to readonly_target_path by Kelvin Zhang · 4 years, 3 months ago
  60. 2b10c92 Add COW version to the update_metadata.proto am: 3632df977f by Akilesh Kailash · 4 years, 3 months ago
  61. 3632df9 Add COW version to the update_metadata.proto by Akilesh Kailash · 4 years, 4 months ago
  62. e0c1d5f Don't call into apexservice if device uses flattened apexes am: aedfef3c2f by Nikita Ioffe · 4 years, 3 months ago
  63. aedfef3 Don't call into apexservice if device uses flattened apexes by Nikita Ioffe · 4 years, 3 months ago
  64. f999e2b Check for VAB flag before calling UpdateUsesCompression am: 741c2d4da7 by Kelvin Zhang · 4 years, 3 months ago
  65. 741c2d4 Check for VAB flag before calling UpdateUsesCompression by Kelvin Zhang · 4 years, 4 months ago
  66. c52e3d8 Report merge failure code from SnapshotMergeReported. am: 906f9c3a22 by David Anderson · 4 years, 3 months ago
  67. 4f94f1c Propagate the merge failure code to SnapshotMergeStats. am: 6ac3d47472 by David Anderson · 4 years, 3 months ago
  68. 906f9c3 Report merge failure code from SnapshotMergeReported. by David Anderson · 4 years, 3 months ago
  69. 6ac3d47 Propagate the merge failure code to SnapshotMergeStats. by David Anderson · 4 years, 4 months ago
  70. 89c87af Unmmap all partitions after postinstall am: 433d6c4f85 by Kelvin Zhang · 4 years, 3 months ago
  71. 433d6c4 Unmmap all partitions after postinstall by Kelvin Zhang · 4 years, 4 months ago
  72. 41ce01b Add OTA stress test script am: f708ddadd2 by Kelvin Zhang · 4 years, 3 months ago
  73. b6e9f2c Use libgtest_prod_headers. am: 88f3c8c78d by Elliott Hughes · 4 years, 3 months ago
  74. f708dda Add OTA stress test script by Kelvin Zhang · 4 years, 4 months ago
  75. 88f3c8c Use libgtest_prod_headers. by Elliott Hughes · 4 years, 3 months ago
  76. ac10c6c Refactor extent writer to take filedescriptor in constructor am: 4d22ca2ab6 by Kelvin Zhang · 4 years, 3 months ago
  77. 4d22ca2 Refactor extent writer to take filedescriptor in constructor by Kelvin Zhang · 4 years, 6 months ago
  78. e45fa48 Update shebang line for update_device.py. am: 0c71550bf3 by Yifan Hong · 4 years, 3 months ago
  79. 0c71550 Update shebang line for update_device.py. by Yifan Hong · 4 years, 3 months ago
  80. eca7271 DynamicPartitions: Check precondition for non-snapshot updates properly. am: 265a8e37cf by Yifan Hong · 4 years, 3 months ago
  81. b521391 CheckSuperPartitionAllocatableSpace: based on device prop am: 3a1293a41d by Yifan Hong · 4 years, 3 months ago
  82. 265a8e3 DynamicPartitions: Check precondition for non-snapshot updates properly. by Yifan Hong · 4 years, 4 months ago
  83. 3a1293a CheckSuperPartitionAllocatableSpace: based on device prop by Yifan Hong · 4 years, 4 months ago
  84. 869754e Rename no-care-map flag am: ffd2144ccd by Kelvin Zhang · 4 years, 4 months ago
  85. 9816401 Add 5s timeout to cleanup commands am: 3a18895c6f by Kelvin Zhang · 4 years, 4 months ago
  86. ffd2144 Rename no-care-map flag by Kelvin Zhang · 4 years, 4 months ago
  87. 3a18895 Add 5s timeout to cleanup commands by Kelvin Zhang · 4 years, 4 months ago
  88. 8bc4914 Add vabc boot time and COW size metrics. am: b7e6ce5f6a am: e4e1df71e1 by David Anderson · 4 years, 4 months ago
  89. e4e1df7 Add vabc boot time and COW size metrics. am: b7e6ce5f6a by David Anderson · 4 years, 4 months ago
  90. b7e6ce5 Add vabc boot time and COW size metrics. by David Anderson · 4 years, 5 months ago
  91. 4df6448 Add unittest for CleanupPreviousUpdateAction am: b4b95c2834 am: b92d11ad26 by Kelvin Zhang · 4 years, 4 months ago
  92. b92d11a Add unittest for CleanupPreviousUpdateAction am: b4b95c2834 by Kelvin Zhang · 4 years, 4 months ago
  93. b19bc51 Snap for 7262953 from 28d49bc3153891ac0a3f10e5496376063f7eec76 to rvc-qpr3-release by android-build-team Robot · 4 years, 4 months ago
  94. c8b92aa [automerger skipped] Fix a potential wild pointer error when markSlotSuccessful comes late am: 28d49bc315 -s ours by Kelvin Zhang · 4 years, 4 months ago
  95. b4b95c2 Add unittest for CleanupPreviousUpdateAction by Kelvin Zhang · 4 years, 4 months ago
  96. 28d49bc Fix a potential wild pointer error when markSlotSuccessful comes late by Kelvin Zhang · 4 years, 4 months ago
  97. d6f53a6 Fix a potential wild pointer error when markSlotSuccessful comes late am: 65e8b6c195 am: f22fa83e8e by Kelvin Zhang · 4 years, 4 months ago
  98. f22fa83 Fix a potential wild pointer error when markSlotSuccessful comes late am: 65e8b6c195 by Kelvin Zhang · 4 years, 4 months ago
  99. 65e8b6c Fix a potential wild pointer error when markSlotSuccessful comes late by Kelvin Zhang · 4 years, 4 months ago
  100. df3a22e Add no postinstall option am: bec0f07516 am: 33c2435597 by Kelvin Zhang · 4 years, 4 months ago