Merge "Skip hashtree computation during block image verify" am: c046a61d97
am: e945763a5d
Change-Id: Ic732927e67fee9abab74e9ca2df2bbf271228c9e
This commit is contained in:
commit
8876c2d4ab
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