summaryrefslogtreecommitdiffstats
path: root/tools/releasetools/common.py
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2015-10-08 02:05:06 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-10-08 11:34:01 -0700
commit9f6575829056a12259e77a79d6e4f81a4b0f4ee3 (patch)
tree0cf63bc628969e2a096b67d6497c111671fe159d /tools/releasetools/common.py
parentd20dded9ac675986a6ae0c261eda78603837b2fc (diff)
downloadbuild-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.py2
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):