Revert "write_bootloader_message(<options>) should not reset stage field."
This reverts commit 7e31f421a5.
Bug: 33534933
Change-Id: Ib173f6b1e36a79deafc3592785195693a6779471
This commit is contained in:
@@ -192,8 +192,7 @@ bool write_bootloader_message(const bootloader_message& boot, std::string* err);
|
||||
bool write_bootloader_message_to(const bootloader_message& boot,
|
||||
const std::string& misc_blk_device, std::string* err);
|
||||
|
||||
// Write bootloader message (boots into recovery with the options) to BCB. Will
|
||||
// set command and recovery fields only.
|
||||
// Write bootloader message (boots into recovery with the options) to BCB.
|
||||
bool write_bootloader_message(const std::vector<std::string>& options, std::string* err);
|
||||
|
||||
// Clear BCB.
|
||||
|
||||
Reference in New Issue
Block a user