commit | 9f6575829056a12259e77a79d6e4f81a4b0f4ee3 | [log] [tgz] |
---|---|---|
author | Stephen Bird <sbird@cyngn.com> | Thu Oct 08 02:05:06 2015 -0700 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Thu Oct 08 11:34:01 2015 -0700 |
tree | 0cf63bc628969e2a096b67d6497c111671fe159d | |
parent | d20dded9ac675986a6ae0c261eda78603837b2fc [diff] [blame] |
Fix syntax issues and recovery generation Change-Id: I2394ffb16fa06421c5f0cc5f5ee77db72d3399ba
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 @@ "squashfs": "EMMC", "ext2": "EMMC", "ext3": "EMMC", - "vfat": "EMMC" } + "vfat": "EMMC" } def GetTypeAndDevice(mount_point, info):