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