Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
common.py: Add support for squashfs
Browse files Browse the repository at this point in the history
Change-Id: Ia40f8c6307d0213d43207aee91c4c8a5b5ad6f1e
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
  • Loading branch information
mkayyash committed May 1, 2015
1 parent 0a3b080 commit a990534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/releasetools/common.py
Expand Up @@ -1217,7 +1217,8 @@ def _CheckFirstBlock(self, script):
"mtd": "MTD",
"ext4": "EMMC",
"emmc": "EMMC",
"f2fs": "EMMC"
"f2fs": "EMMC",
"squashfs": "EMMC"
}

def GetTypeAndDevice(mount_point, info):
Expand Down

0 comments on commit a990534

Please sign in to comment.