Turning on fastboot-info
turning on fastboot-info by default again Test: fastboot flashall Change-Id: I6b8bb0d145af37d437419a5e6cee70158ed553ae
This commit is contained in:
parent
63dfeaae7a
commit
6acfe9bcd0
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ struct FlashingPlan {
|
|||
bool skip_secondary = false;
|
||||
bool force_flash = false;
|
||||
bool should_optimize_flash_super = true;
|
||||
bool should_use_fastboot_info = false;
|
||||
bool should_use_fastboot_info = true;
|
||||
uint64_t sparse_limit = 0;
|
||||
|
||||
std::string slot_override;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue