common.py: Add support for squashfs
Change-Id: Ia40f8c6307d0213d43207aee91c4c8a5b5ad6f1e Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
This commit is contained in:
@@ -1217,7 +1217,8 @@ PARTITION_TYPES = {
|
|||||||
"mtd": "MTD",
|
"mtd": "MTD",
|
||||||
"ext4": "EMMC",
|
"ext4": "EMMC",
|
||||||
"emmc": "EMMC",
|
"emmc": "EMMC",
|
||||||
"f2fs": "EMMC"
|
"f2fs": "EMMC",
|
||||||
|
"squashfs": "EMMC"
|
||||||
}
|
}
|
||||||
|
|
||||||
def GetTypeAndDevice(mount_point, info):
|
def GetTypeAndDevice(mount_point, info):
|
||||||
|
Reference in New Issue
Block a user