From 7e50de444921c8f111dfe1170456fc07418d8408 Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Mon, 26 Mar 2018 15:45:01 +0800 Subject: [PATCH] Adding product.img for `fastboot flashall` Bug: 64195575 Test: fastboot flashall Change-Id: Ifd119650dd3316508870df0dfc770099e95ae1d1 Merged-In: Ifd119650dd3316508870df0dfc770099e95ae1d1 (cherry picked from commit 0afc6b07f13b7bc8ee5aaf23d41c48843441870a) --- fastboot/fastboot.cpp | 1 + 1 file changed, 1 insertion(+) 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 },