diff options
Diffstat (limited to 'tools/releasetools/common.py')
-rw-r--r-- | tools/releasetools/common.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py index 4f8db79..cd35023 100644 --- a/tools/releasetools/common.py +++ b/tools/releasetools/common.py @@ -1402,7 +1402,8 @@ PARTITION_TYPES = { "squashfs": "EMMC", "ext2": "EMMC", "ext3": "EMMC", - "vfat": "EMMC" + "vfat": "EMMC", + "osip": "OSIP" } def GetTypeAndDevice(mount_point, info): @@ -1503,4 +1504,4 @@ fi except (OSError, IOError) as e: print("failed to read init.rc: %s" % e) - output_sink(sh_location, sh) + output_sink(sh_location, sh)
\ No newline at end of file |