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

Commit e47ff321 authored by Doug Zongker's avatar Doug Zongker
Browse files

fix build

Change-Id: Ice6a53a1fc7b5df0fc4ac73fbf5a8a007739ca71
parent 724fb897
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ def AddVendor(output_zip, prefix="IMAGES/"):
  output_zip."""
  block_list = common.MakeTempFile(prefix="vendor-blocklist-", suffix=".map")
  imgname = BuildVendor(OPTIONS.input_tmp, OPTIONS.info_dict,
                     block_list=block_list.name)
                     block_list=block_list)
  with open(imgname, "rb") as f:
    common.ZipWriteStr(output_zip, prefix + "vendor.img", f.read())
  with open(block_list, "rb") as f: