Merge "Flash super partition with fastboot flashall"

am: 10601fd512

Change-Id: Ibd1b1ba6ccd16ff82c7c050fb6bdf0121e851268
This commit is contained in:
Hridya Valsaraju 2018-08-01 13:57:11 -07:00 committed by android-build-merger
commit cb10dca496
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ static struct {
"product-services",
true, false },
{ "recovery", "recovery.img", "recovery.sig", "recovery", true, false },
{ "super", "super.img", "super.sig", "super", true, false },
{ "system", "system.img", "system.sig", "system", false, false },
{ nullptr, "system_other.img", "system.sig", "system", true, true },
{ "vbmeta", "vbmeta.img", "vbmeta.sig", "vbmeta", true, false },