Merge "Skip hashtree computation during block image verify"

am: c046a61d97

Change-Id: If5934f92768248c79029c3e7e0934b7a2a37c88d
This commit is contained in:
Tianjie Xu 2019-05-09 14:43:49 -07:00 committed by android-build-merger
commit e945763a5d

View file

@ -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 },