summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Ayyash <mkayyash@google.com>2015-05-01 15:39:36 -0700
committerMohamad Ayyash <mkayyash@google.com>2015-05-01 15:58:42 -0700
commit95e74c1424f9380976b1e557815949ed65738c62 (patch)
tree316a2c3a17f6e0efdf23a4d6d69ea63dd2fbe3f1
parent069f1f8942bf89817b064506495f6ab181548b55 (diff)
downloadbuild-95e74c1424f9380976b1e557815949ed65738c62.zip
build-95e74c1424f9380976b1e557815949ed65738c62.tar.gz
build-95e74c1424f9380976b1e557815949ed65738c62.tar.bz2
common.py: Add support for squashfs
Change-Id: Ia40f8c6307d0213d43207aee91c4c8a5b5ad6f1e Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
-rw-r--r--tools/releasetools/common.py3
1 files changed, 2 insertions, 1 deletions
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 @@ PARTITION_TYPES = {
"mtd": "MTD",
"ext4": "EMMC",
"emmc": "EMMC",
- "f2fs": "EMMC"
+ "f2fs": "EMMC",
+ "squashfs": "EMMC"
}
def GetTypeAndDevice(mount_point, info):