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

Commit 817e4c9b authored by Mohamad Ayyash's avatar Mohamad Ayyash Committed by Android Git Automerger
Browse files

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

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


def GetTypeAndDevice(mount_point, info):
def GetTypeAndDevice(mount_point, info):