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

Commit 38226d28 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "releasetools: Support erofs on non-dynamic partitions"

parents 61818c4a a06f8330
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"
}