am 817e4c9b: am 6e66fc94: am c112341b: Merge "common.py: Add support for squashfs"
* commit '817e4c9bec4c584cdcab05b39153d19882daaa49':
common.py: Add support for squashfs
diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py
index d0b9e57..e05ee3c 100644
--- a/tools/releasetools/common.py
+++ b/tools/releasetools/common.py
@@ -1224,7 +1224,8 @@
"mtd": "MTD",
"ext4": "EMMC",
"emmc": "EMMC",
- "f2fs": "EMMC"
+ "f2fs": "EMMC",
+ "squashfs": "EMMC"
}
def GetTypeAndDevice(mount_point, info):