Rename vbmeta_mainline to vbmeta_system.
Bug: 116859651 Test: fastboot flash vbmeta_system Change-Id: Ice65b6f5141ec6da3e1c91d6a3aac58533dc2314
This commit is contained in:
parent
79e5b550ce
commit
166bfef4e6
1 changed files with 4 additions and 4 deletions
|
|
@ -155,10 +155,10 @@ 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",
|
||||
{ "vbmeta_system",
|
||||
"vbmeta_system.img",
|
||||
"vbmeta_system.sig",
|
||||
"vbmeta_system",
|
||||
true, ImageType::BootCritical },
|
||||
{ "vendor", "vendor.img", "vendor.sig", "vendor", true, ImageType::Normal },
|
||||
{ nullptr, "vendor_other.img", "vendor.sig", "vendor", true, ImageType::Normal },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue