Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94943ee3 authored by Hridya Valsaraju's avatar Hridya Valsaraju
Browse files

Flash super partition with fastboot flashall

Bug: 111763923
Test: fastboot flashall
Change-Id: I9b89825bac00d1237972a61715da05f933ac35ce
parent ff01e542
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ static struct {
    { "odm",      "odm.img",          "odm.sig",      "odm",      true,  false },
    { "product",  "product.img",      "product.sig",  "product",  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 },