commit | a06f8330f6efd104ab66d04d75c0f8facf3c1dc6 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sat Oct 01 11:56:57 2022 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Sat Oct 01 13:03:36 2022 +0200 |
tree | 849bf8e943c332cba33b7652882a9069d2477208 | |
parent | 34d0c5895e7dbc85a3ca3f0b4b2f5b8b2c0a8fcc [diff] [blame] |
releasetools: Support erofs on non-dynamic partitions Change-Id: Ibeb228132d3c0cc1d7407c2a40498b72580c81d5
diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py index 4f70a42..f7eb7fc 100644 --- a/tools/releasetools/common.py +++ b/tools/releasetools/common.py
@@ -3436,7 +3436,8 @@ "ext4": "EMMC", "emmc": "EMMC", "f2fs": "EMMC", - "squashfs": "EMMC" + "squashfs": "EMMC", + "erofs": "EMMC" }