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

Unverified Commit a06f8330 authored by Tim Zimmermann's avatar Tim Zimmermann
Browse files

releasetools: Support erofs on non-dynamic partitions

Change-Id: Ibeb228132d3c0cc1d7407c2a40498b72580c81d5
parent 34d0c589
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3436,7 +3436,8 @@ PARTITION_TYPES = {
    "ext4": "EMMC",
    "emmc": "EMMC",
    "f2fs": "EMMC",
    "squashfs": "EMMC"
    "squashfs": "EMMC",
    "erofs": "EMMC"
}