Adding product.img for fastboot flashall
Bug: 64195575
Test: fastboot flashall
Change-Id: Ifd119650dd3316508870df0dfc770099e95ae1d1
Merged-In: Ifd119650dd3316508870df0dfc770099e95ae1d1
(cherry picked from commit 0afc6b07f1)
This commit is contained in:
parent
6e9a327504
commit
7e50de4449
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 },
|
||||
{ "product", "product.img", "product.sig", "product", true, false },
|
||||
{ "recovery", "recovery.img", "recovery.sig", "recovery", true, false },
|
||||
{ "system", "system.img", "system.sig", "system", false, false },
|
||||
{ nullptr, "system_other.img", "system.sig", "system", true, true },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue