commit | 5f9c28cad4cc0b499837e91a8eea344c26264e32 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@google.com> | Fri Aug 22 14:48:50 2014 -0700 |
committer | Doug Zongker <dougz@google.com> | Tue Aug 26 13:11:37 2014 -0700 |
tree | f7708bf59d43f333dbf36590ace796c5c67511a3 | |
parent | fc44a515d46e6f4d5eaa0d32659b1cf3b9492305 [diff] [blame] |
fix build Change-Id: I1e503406129343bbfddacc1150c81e403b47778c
diff --git a/tools/releasetools/add_img_to_target_files.py b/tools/releasetools/add_img_to_target_files.py index e7ba28d..bf217e0 100755 --- a/tools/releasetools/add_img_to_target_files.py +++ b/tools/releasetools/add_img_to_target_files.py
@@ -69,7 +69,7 @@ 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: