Adding odm.img for fastboot flashall
Bug: 64195575
Test: fastboot flashall
Change-Id: Ie6c20a1004867e7c9cfa1894abab9252316a9154
Merged-In: Ie6c20a1004867e7c9cfa1894abab9252316a9154
(cherry picked from commit 017217ec57
)
This commit is contained in:
parent
136f765fb3
commit
de2472d63e
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue