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

Commit df15bca2 authored by Dario Freni's avatar Dario Freni Committed by android-build-merger
Browse files

Merge "Add product-services.img for `fastboot flashall`." am: 8b8d7d67 am:...

Merge "Add product-services.img for `fastboot flashall`." am: 8b8d7d67 am: 586282a7 am: 477b67e3
am: 88529f31

Change-Id: I142996e708ce378c51a25a393b2f8cb82a6c5b8f
parents 618292bf 88529f31
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -121,6 +121,11 @@ static struct {
    { "dts",      "dt.img",           "dt.sig",       "dts",      true,  false },
    { "odm",      "odm.img",          "odm.sig",      "odm",      true,  false },
    { "product",  "product.img",      "product.sig",  "product",  true,  false },
    { "product-services",
                  "product-services.img",
                                      "product-services.sig",
                                                      "product-services",
                                                                  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  },