Merge "Skip hashtree computation during block image verify"
am: c046a61d97
Change-Id: If5934f92768248c79029c3e7e0934b7a2a37c88d
This commit is contained in:
commit
e945763a5d
1 changed files with 1 additions and 1 deletions
|
@ -2018,7 +2018,7 @@ Value* BlockImageVerifyFn(const char* name, State* state,
|
|||
// clang-format off
|
||||
{ Command::Type::ABORT, PerformCommandAbort },
|
||||
{ Command::Type::BSDIFF, PerformCommandDiff },
|
||||
{ Command::Type::COMPUTE_HASH_TREE, PerformCommandComputeHashTree },
|
||||
{ Command::Type::COMPUTE_HASH_TREE, nullptr },
|
||||
{ Command::Type::ERASE, nullptr },
|
||||
{ Command::Type::FREE, PerformCommandFree },
|
||||
{ Command::Type::IMGDIFF, PerformCommandDiff },
|
||||
|
|
Loading…
Reference in a new issue