diff options
author | Stephen Bird <sbird@cyngn.com> | 2015-10-08 02:05:06 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-10-08 11:34:01 -0700 |
commit | 9f6575829056a12259e77a79d6e4f81a4b0f4ee3 (patch) | |
tree | 0cf63bc628969e2a096b67d6497c111671fe159d /tools/releasetools/common.py | |
parent | d20dded9ac675986a6ae0c261eda78603837b2fc (diff) | |
download | build-9f6575829056a12259e77a79d6e4f81a4b0f4ee3.zip build-9f6575829056a12259e77a79d6e4f81a4b0f4ee3.tar.gz build-9f6575829056a12259e77a79d6e4f81a4b0f4ee3.tar.bz2 |
Fix syntax issues and recovery generation
Change-Id: I2394ffb16fa06421c5f0cc5f5ee77db72d3399ba
Diffstat (limited to 'tools/releasetools/common.py')
-rw-r--r-- | tools/releasetools/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py index dc4c75b..3b523a5 100644 --- a/tools/releasetools/common.py +++ b/tools/releasetools/common.py @@ -1375,7 +1375,7 @@ PARTITION_TYPES = { "squashfs": "EMMC", "ext2": "EMMC", "ext3": "EMMC", - "vfat": "EMMC" } + "vfat": "EMMC" } def GetTypeAndDevice(mount_point, info): |