commit | 48d3b1e1123433e4d6734ddbe3291a9d01007a8d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Dec 16 21:44:39 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 16 21:44:39 2019 +0000 |
tree | 84efe40d2796364462f2e6ecb08c17faad3939f5 | |
parent | cd652ea3dc78c8e9e18490b3883c287e0c5c2d45 [diff] | |
parent | 712c32b2b954eb7cbb5360b2e0eed87d957cafec [diff] |
Merge "fastboot: Flashall does proper snapshot cancel"
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index cbd42b1..7fdc28b 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp
@@ -1226,7 +1226,7 @@ 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"); } }