am b43ac8fc: Fix build break

* commit 'b43ac8fc2fbb3530212a613108c2492969e33146':
  Fix build break
This commit is contained in:
Michael Chan 2011-01-19 21:19:39 -08:00 committed by Android Git Automerger
commit 87762c7e1f
1 changed files with 1 additions and 1 deletions

View File

@ -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