Merge "Adding odm.img for fastboot flashall"

This commit is contained in:
Treehugger Robot 2018-03-28 19:42:30 +00:00 committed by Gerrit Code Review
commit cdc553d042

View file

@ -123,6 +123,7 @@ static struct {
{ nullptr, "boot_other.img", "boot.sig", "boot", true, true },
{ "dtbo", "dtbo.img", "dtbo.sig", "dtbo", true, false },
{ "dts", "dt.img", "dt.sig", "dts", true, false },
{ "odm", "odm.img", "odm.sig", "odm", true, false },
{ "product", "product.img", "product.sig", "product", true, false },
{ "recovery", "recovery.img", "recovery.sig", "recovery", true, false },
{ "system", "system.img", "system.sig", "system", false, false },