forked from openkylin/platform_build
resolved conflicts for merge of 1b748051
to lmp-mr1-ub-dev
This commit is contained in:
commit
9ca7fa8993
|
@ -1217,7 +1217,8 @@ PARTITION_TYPES = {
|
|||
"mtd": "MTD",
|
||||
"ext4": "EMMC",
|
||||
"emmc": "EMMC",
|
||||
"f2fs": "EMMC"
|
||||
"f2fs": "EMMC",
|
||||
"squashfs": "EMMC"
|
||||
}
|
||||
|
||||
def GetTypeAndDevice(mount_point, info):
|
||||
|
|
Loading…
Reference in New Issue