Merge "fastboot: Add vbmeta_mainline to the partition list." am: d800caf345
am: 0f863e101a
Change-Id: Ie8b559cfc7f80511e3974380539ecf7566765ae5
This commit is contained in:
commit
f2d0524fbe
1 changed files with 5 additions and 0 deletions
|
|
@ -148,6 +148,11 @@ static Image images[] = {
|
|||
{ nullptr, "system_other.img", "system.sig", "system", true, ImageType::Normal },
|
||||
{ "userdata", "userdata.img", "userdata.sig", "userdata", true, ImageType::Extra },
|
||||
{ "vbmeta", "vbmeta.img", "vbmeta.sig", "vbmeta", true, ImageType::BootCritical },
|
||||
{ "vbmeta_mainline",
|
||||
"vbmeta_mainline.img",
|
||||
"vbmeta_mainline.sig",
|
||||
"vbmeta_mainline",
|
||||
true, ImageType::BootCritical },
|
||||
{ "vendor", "vendor.img", "vendor.sig", "vendor", true, ImageType::Normal },
|
||||
{ nullptr, "vendor_other.img", "vendor.sig", "vendor", true, ImageType::Normal },
|
||||
// clang-format on
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue