Merge "fastboot: add vendor_boot to list of images"

This commit is contained in:
Treehugger Robot 2019-08-29 02:54:51 +00:00 committed by Gerrit Code Review
commit 2d5395fec1

View file

@ -160,6 +160,10 @@ static Image images[] = {
"vbmeta_system",
true, ImageType::BootCritical },
{ "vendor", "vendor.img", "vendor.sig", "vendor", true, ImageType::Normal },
{ "vendor_boot",
"vendor_boot.img", "vendor_boot.sig",
"vendor_boot",
true, ImageType::BootCritical },
{ nullptr, "vendor_other.img", "vendor.sig", "vendor", true, ImageType::Normal },
// clang-format on
};