commit | 6f88c32746d4cdc5d23b5d78bf84c88aa1d6c516 | [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 | 29f3a0ffb487a1ab853e3fd96a5af665573a95a3 [diff] | |
parent | c167337e58f5cd2f42797861d8e970b6700299db [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"); } }