Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e66fc94 authored by Mohamad Ayyash's avatar Mohamad Ayyash Committed by Android Git Automerger
Browse files

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

* commit 'c112341b':
  common.py: Add support for squashfs
parents 923d355f c112341b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1217,7 +1217,8 @@ PARTITION_TYPES = {
    "mtd": "MTD",
    "ext4": "EMMC",
    "emmc": "EMMC",
    "f2fs": "EMMC"
    "f2fs": "EMMC",
    "squashfs": "EMMC"
}

def GetTypeAndDevice(mount_point, info):