From a06f8330f6efd104ab66d04d75c0f8facf3c1dc6 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Sat, 1 Oct 2022 11:56:57 +0200 Subject: [PATCH] releasetools: Support erofs on non-dynamic partitions Change-Id: Ibeb228132d3c0cc1d7407c2a40498b72580c81d5 --- tools/releasetools/common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py index 4f70a42d18..f7eb7fc455 100644 --- a/tools/releasetools/common.py +++ b/tools/releasetools/common.py @@ -3436,7 +3436,8 @@ PARTITION_TYPES = { "ext4": "EMMC", "emmc": "EMMC", "f2fs": "EMMC", - "squashfs": "EMMC" + "squashfs": "EMMC", + "erofs": "EMMC" }