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 0a3b080ab4
commit a990534e73
1 changed files with 2 additions and 1 deletions

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):