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

Commit 13fe5379 authored by flawedworld's avatar flawedworld Committed by Danny Lin
Browse files

Add support for new partitions

parent 2c636697
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -29,17 +29,20 @@ const BOOT_CRITICAL_IMAGES = [
    "boot",
    "dt",
    "dtbo",
    "init_boot",
    "pvmfw",
    "recovery",
    "vbmeta_system",
    "vbmeta_vendor",
    "vbmeta",
    "vendor_boot",
    "vendor_kernel_boot",
];

// Less critical images to flash after boot-critical ones
const SYSTEM_IMAGES = [
    "odm",
    "odm_dlkm",
    "product",
    "system_ext",
    "system",