common.py: Add support for squashfs

Change-Id: Ia40f8c6307d0213d43207aee91c4c8a5b5ad6f1e
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
This commit is contained in:
Mohamad Ayyash 2015-05-01 15:39:36 -07:00
parent 069f1f8942
commit 95e74c1424
1 changed files with 2 additions and 1 deletions

View File

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