releasetools: Support erofs on non-dynamic partitions

Change-Id: Ibeb228132d3c0cc1d7407c2a40498b72580c81d5
This commit is contained in:
Tim Zimmermann
2022-10-01 11:56:57 +02:00
parent 34d0c5895e
commit a06f8330f6

View File

@@ -3436,7 +3436,8 @@ PARTITION_TYPES = {
"ext4": "EMMC",
"emmc": "EMMC",
"f2fs": "EMMC",
"squashfs": "EMMC"
"squashfs": "EMMC",
"erofs": "EMMC"
}