Loading tools/releasetools/add_img_to_target_files.py +3 −0 Original line number Diff line number Diff line Loading @@ -818,6 +818,9 @@ def AddSuperEmpty(output_zip): """Create a super_empty.img and store it in output_zip.""" img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "super_empty.img") if os.path.exists(img.name): logger.info("super_empty.img already exists; no need to rebuild...") return build_super_image.BuildSuperImage(OPTIONS.info_dict, img.name) img.Write() Loading Loading
tools/releasetools/add_img_to_target_files.py +3 −0 Original line number Diff line number Diff line Loading @@ -818,6 +818,9 @@ def AddSuperEmpty(output_zip): """Create a super_empty.img and store it in output_zip.""" img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "super_empty.img") if os.path.exists(img.name): logger.info("super_empty.img already exists; no need to rebuild...") return build_super_image.BuildSuperImage(OPTIONS.info_dict, img.name) img.Write() Loading