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

Commit 447e164a authored by Steve Muckle's avatar Steve Muckle Committed by android-build-merger
Browse files

Merge "fastboot: add vendor_boot to list of images" am: 2d5395fe am: dd97b74b

am: 2f0479ef

Change-Id: I12156402d4d35527396c9d31c923226a87acff1d
parents 05799951 2f0479ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -160,6 +160,10 @@ static Image images[] = {
                                                      "vbmeta_system",
                                                                  true,  ImageType::BootCritical },
    { "vendor",   "vendor.img",       "vendor.sig",   "vendor",   true,  ImageType::Normal },
    { "vendor_boot",
                  "vendor_boot.img",  "vendor_boot.sig",
                                                      "vendor_boot",
                                                                  true,  ImageType::BootCritical },
    { nullptr,    "vendor_other.img", "vendor.sig",   "vendor",   true,  ImageType::Normal },
        // clang-format on
};