summaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorBowgo Tsai <bowgotsai@google.com>2018-03-26 15:45:01 +0800
committerBowgo Tsai <bowgotsai@google.com>2018-03-26 15:47:59 +0800
commit0afc6b07f13b7bc8ee5aaf23d41c48843441870a (patch)
treed1ddbf6c67d9875deb018335e6b74823504b779d /fastboot
parent43cb7ea4edfb32206687bd4b23f313d4328d3289 (diff)
downloadsystem_core-0afc6b07f13b7bc8ee5aaf23d41c48843441870a.tar.gz
system_core-0afc6b07f13b7bc8ee5aaf23d41c48843441870a.tar.bz2
system_core-0afc6b07f13b7bc8ee5aaf23d41c48843441870a.zip
Adding product.img for `fastboot flashall`
Bug: 64195575 Test: fastboot flashall Change-Id: Ifd119650dd3316508870df0dfc770099e95ae1d1
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/fastboot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp
index 536d64e4c..6b01aae98 100644
--- a/fastboot/fastboot.cpp
+++ b/fastboot/fastboot.cpp
@@ -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 },