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

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

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

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

def GetTypeAndDevice(mount_point, info):