Merge "fastboot: Flashall does proper snapshot cancel"
am: 48d3b1e112
Change-Id: I85fe4961bc8111acf2c2c4a37f45c9f539729905
This commit is contained in:
commit
cb6c6ef123
|
@ -1226,7 +1226,7 @@ static void CancelSnapshotIfNeeded() {
|
|||
std::string merge_status = "none";
|
||||
if (fb->GetVar(FB_VAR_SNAPSHOT_UPDATE_STATUS, &merge_status) == fastboot::SUCCESS &&
|
||||
merge_status != "none") {
|
||||
fb->SnapshotUpdateCommand("Cancel");
|
||||
fb->SnapshotUpdateCommand("cancel");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue