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

Commit da240f8f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Process source_file through GetTargetFilesZipForCustomImagesUpdates"...

Merge "Process source_file through GetTargetFilesZipForCustomImagesUpdates" into main am: 1a309e58

Original change: https://android-review.googlesource.com/c/platform/build/+/3391920



Change-Id: I3e4b275eb758ec4067d330ea43ffda6324aefba4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 24a3b89f 1a309e58
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1039,6 +1039,9 @@ def GenerateAbOtaPackage(target_file, output_file, source_file=None):

  # Prepare custom images.
  if OPTIONS.custom_images:
    if source_file is not None:
      source_file = GetTargetFilesZipForCustomImagesUpdates(
           source_file, OPTIONS.custom_images)
    target_file = GetTargetFilesZipForCustomImagesUpdates(
        target_file, OPTIONS.custom_images)