commit | c112341bab721fe692c87e17aaf2d554f5b8c6c2 | [log] [tgz] |
---|---|---|
author | Mohamad Ayyash <mkayyash@google.com> | Fri May 01 22:58:08 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri May 01 22:58:08 2015 +0000 |
tree | c34bc3e9c53972b3005ce41222ff9bd9cd594ecc | |
parent | 0a3b080ab4ddc50db84ef7a58dca79613a79a1d7 [diff] | |
parent | a990534e7368d813df55d1dfd67ba6f26bb8150b [diff] |
Merge "common.py: Add support for squashfs"
diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py index a8b0035..592ed19 100644 --- a/tools/releasetools/common.py +++ b/tools/releasetools/common.py
@@ -1217,7 +1217,8 @@ "mtd": "MTD", "ext4": "EMMC", "emmc": "EMMC", - "f2fs": "EMMC" + "f2fs": "EMMC", + "squashfs": "EMMC" } def GetTypeAndDevice(mount_point, info):