summaryrefslogtreecommitdiffstats
path: root/tools/releasetools
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2011-01-19 21:12:41 -0800
committerMichael Chan <mchan@android.com>2011-01-19 21:12:41 -0800
commitb43ac8fc2fbb3530212a613108c2492969e33146 (patch)
treef6afd2ba209f21ce58f04b50324e886e130e408e /tools/releasetools
parent6f2f23a46f077213ff2f984a6b55e9672560289f (diff)
downloadbuild-b43ac8fc2fbb3530212a613108c2492969e33146.zip
build-b43ac8fc2fbb3530212a613108c2492969e33146.tar.gz
build-b43ac8fc2fbb3530212a613108c2492969e33146.tar.bz2
Fix build break
Change-Id: Ie07f042a9f25bf3329cf2cea8fdeea3e208da775
Diffstat (limited to 'tools/releasetools')
-rw-r--r--tools/releasetools/edify_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/releasetools/edify_generator.py b/tools/releasetools/edify_generator.py
index 7511465..4ed1a07 100644
--- a/tools/releasetools/edify_generator.py
+++ b/tools/releasetools/edify_generator.py
@@ -176,7 +176,7 @@ class EdifyGenerator(object):
if partition == "/data" and common.PARTITION_TYPES[p.fs_type] == "EMMC":
reserve_size = -16384
self.script.append('format("%s", "%s", "%s", "%s");' %
- (p.fs_type, common.PARTITION_TYPES[p.fs_type], p.device, reserve_size)
+ (p.fs_type, common.PARTITION_TYPES[p.fs_type], p.device, reserve_size))
else:
# older target-files without per-partition types
partition = self.info.get("partition_path", "") + partition