Merge "Skip hashtree computation during block image verify"

This commit is contained in:
Tianjie Xu
2019-05-09 20:47:57 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -2018,7 +2018,7 @@ Value* BlockImageVerifyFn(const char* name, State* state,
// clang-format off // clang-format off
{ Command::Type::ABORT, PerformCommandAbort }, { Command::Type::ABORT, PerformCommandAbort },
{ Command::Type::BSDIFF, PerformCommandDiff }, { Command::Type::BSDIFF, PerformCommandDiff },
{ Command::Type::COMPUTE_HASH_TREE, PerformCommandComputeHashTree }, { Command::Type::COMPUTE_HASH_TREE, nullptr },
{ Command::Type::ERASE, nullptr }, { Command::Type::ERASE, nullptr },
{ Command::Type::FREE, PerformCommandFree }, { Command::Type::FREE, PerformCommandFree },
{ Command::Type::IMGDIFF, PerformCommandDiff }, { Command::Type::IMGDIFF, PerformCommandDiff },