Merge "common.py: Add support for squashfs"

This commit is contained in:
Mohamad Ayyash
2015-05-01 22:58:08 +00:00
committed by Gerrit Code Review

View File

@@ -1217,7 +1217,8 @@ PARTITION_TYPES = {
"mtd": "MTD",
"ext4": "EMMC",
"emmc": "EMMC",
"f2fs": "EMMC"
"f2fs": "EMMC",
"squashfs": "EMMC"
}
def GetTypeAndDevice(mount_point, info):