Loading tools/releasetools/add_img_to_target_files.py +5 −3 Original line number Diff line number Diff line Loading @@ -734,6 +734,7 @@ def AddImagesToTargetFiles(filename): os.path.exists(os.path.join(OPTIONS.input_tmp, "IMAGES", "product_services.img"))) has_system = os.path.isdir(os.path.join(OPTIONS.input_tmp, "SYSTEM")) has_system_other = os.path.isdir(os.path.join(OPTIONS.input_tmp, "SYSTEM_OTHER")) Loading Loading @@ -798,6 +799,7 @@ def AddImagesToTargetFiles(filename): if output_zip: recovery_two_step_image.AddToZip(output_zip) if has_system: banner("system") partitions['system'] = AddSystem( output_zip, recovery_img=recovery_image, boot_img=boot_image) Loading Loading
tools/releasetools/add_img_to_target_files.py +5 −3 Original line number Diff line number Diff line Loading @@ -734,6 +734,7 @@ def AddImagesToTargetFiles(filename): os.path.exists(os.path.join(OPTIONS.input_tmp, "IMAGES", "product_services.img"))) has_system = os.path.isdir(os.path.join(OPTIONS.input_tmp, "SYSTEM")) has_system_other = os.path.isdir(os.path.join(OPTIONS.input_tmp, "SYSTEM_OTHER")) Loading Loading @@ -798,6 +799,7 @@ def AddImagesToTargetFiles(filename): if output_zip: recovery_two_step_image.AddToZip(output_zip) if has_system: banner("system") partitions['system'] = AddSystem( output_zip, recovery_img=recovery_image, boot_img=boot_image) Loading