Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b43ac8fc authored by Michael Chan's avatar Michael Chan
Browse files

Fix build break

Change-Id: Ie07f042a9f25bf3329cf2cea8fdeea3e208da775
parent 6f2f23a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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