Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc6d14b1 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "releasetools: Remove the mismatch map files when generating retrofit OTAs."

am: 9814cb6b

Change-Id: I3dca367cd14c7b374f2c721f932ab77e8a5afd5d
parents dd3be534 9814cb6b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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)