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

am: 8876c2d4ab

Change-Id: I3647cd9b5d6e15473778ce3ac7e8c525f8e58ebc
This commit is contained in:
Tianjie Xu
2019-05-09 17:45:33 -07:00
committed by android-build-merger
+1 -1
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 },