Loading tools/releasetools/ota_from_target_files.py +3 −2 Original line number Diff line number Diff line Loading @@ -1760,8 +1760,9 @@ def GetTargetFilesZipForRetrofitDynamicPartitions(input_file, # is a regular update on devices without dynamic partitions support. to_delete += [DYNAMIC_PARTITION_INFO] # Remove the existing partition images. # Remove the existing partition images as well as the map files. to_delete += replace.values() to_delete += ['IMAGES/{}.map'.format(dev) for dev in super_block_devices] common.ZipDelete(target_file, to_delete) Loading Loading
tools/releasetools/ota_from_target_files.py +3 −2 Original line number Diff line number Diff line Loading @@ -1760,8 +1760,9 @@ def GetTargetFilesZipForRetrofitDynamicPartitions(input_file, # is a regular update on devices without dynamic partitions support. to_delete += [DYNAMIC_PARTITION_INFO] # Remove the existing partition images. # Remove the existing partition images as well as the map files. to_delete += replace.values() to_delete += ['IMAGES/{}.map'.format(dev) for dev in super_block_devices] common.ZipDelete(target_file, to_delete) Loading