am 6e66fc94: am c112341b: Merge "common.py: Add support for squashfs"

* commit '6e66fc94b935a4da1213a5a1fb1b20fcdbcb9cab':
  common.py: Add support for squashfs
This commit is contained in:
Mohamad Ayyash 2015-05-01 23:21:23 +00:00 committed by Android Git Automerger
commit 817e4c9bec
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):