Loading tools/releasetools/build_super_image.py +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ if sys.hexversion < 0x02070000: logger = logging.getLogger(__name__) UNZIP_PATTERN = ["IMAGES/*", "META/*"] UNZIP_PATTERN = ["IMAGES/*", "META/*", "*/build.prop"] def GetArgumentsForImage(partition, group, image=None): Loading Loading
tools/releasetools/build_super_image.py +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ if sys.hexversion < 0x02070000: logger = logging.getLogger(__name__) UNZIP_PATTERN = ["IMAGES/*", "META/*"] UNZIP_PATTERN = ["IMAGES/*", "META/*", "*/build.prop"] def GetArgumentsForImage(partition, group, image=None): Loading