Merge "fastboot: support vbmeta_vendor.img"
This commit is contained in:
commit
645a15db77
1 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue