commit | 7df2ab9c87daa12013171185d66f3b9bd2916bdc | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Tue Feb 21 18:22:08 2023 +0000 |
committer | Daniel Zheng <zhengdaniel@google.com> | Fri Mar 03 06:49:32 2023 +0000 |
tree | c702db4a90d5a694f2320118fcb32d1269ba5fcb | |
parent | 71b3b4349563e2b21329c9e31c314300f8aaeea4 [diff] |
Added Flashing Plan Fastboot has a lot of flags that are used by many different functions including the Flashall Class and newly added FlashSuperTask. Passing all of these flags as paramaters is cumbersome, so adding a Flashing Plan that contains these flags simplifies the code. Test: tested Flashall and update img.zip on raven Change-Id: I9c842f25389a20b852d55f684e1b86040af1d86a Bug: 194686221