Merge "fastboot: support vbmeta_vendor.img"

This commit is contained in:
Treehugger Robot 2021-06-07 01:52:54 +00:00 committed by Gerrit Code Review
commit 645a15db77

View file

@ -166,6 +166,11 @@ static Image images[] = {
"vbmeta_system.sig",
"vbmeta_system",
true, ImageType::BootCritical },
{ "vbmeta_vendor",
"vbmeta_vendor.img",
"vbmeta_vendor.sig",
"vbmeta_vendor",
true, ImageType::BootCritical },
{ "vendor", "vendor.img", "vendor.sig", "vendor", true, ImageType::Normal },
{ "vendor_boot",
"vendor_boot.img", "vendor_boot.sig",