| commit | 3dc7fcc0b69b20eb6fb34fdf36908313f2cf811e | [log] [tgz] |
|---|---|---|
| author | Daniel Zheng <zhengdaniel@google.com> | Tue Jun 13 14:53:32 2023 -0700 |
| committer | Daniel Zheng <zhengdaniel@google.com> | Tue Jun 13 14:57:25 2023 -0700 |
| tree | b19a6aa39d77a25b9859db7071a03415852d92c9 | |
| parent | aa4531945362a7c85f80360e43d4bc0f2d73b6ca [diff] |
Removing duplicate CollectImages() images are being flashed twice, because of an additional collectImages. This is resulting in a ~50% increase in flashing time Test: fastboot flashall -w Change-Id: I6c271e1e1456cd789f37ebd67cefd221cabc6e7a
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 7994065..fb0e18b 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp
@@ -1780,7 +1780,6 @@ } DetermineSlot(); - CollectImages(); CancelSnapshotIfNeeded();