Merge "Skip hashtree computation during block image verify" am: c046a61d97

am: e945763a5d

Change-Id: Ic732927e67fee9abab74e9ca2df2bbf271228c9e
This commit is contained in:
Tianjie Xu 2019-05-09 16:15:36 -07:00 committed by android-build-merger
commit 8876c2d4ab

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