summaryrefslogtreecommitdiffstats
path: root/tools/releasetools
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
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')
-rw-r--r--tools/releasetools/common.py2
-rwxr-xr-xtools/releasetools/ota_from_target_files2
2 files changed, 2 insertions, 2 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):
diff --git a/tools/releasetools/ota_from_target_files b/tools/releasetools/ota_from_target_files
index 3f06f40..f50a92b 100755
--- a/tools/releasetools/ota_from_target_files
+++ b/tools/releasetools/ota_from_target_files
@@ -1630,7 +1630,7 @@ def main(argv):
"no_fallback_to_full",
"backup=",
"override_device=",
- "override_prop="],
+ "override_prop="
], extra_option_handler=option_handler)
if len(args) != 2: