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

Commit 1a309e58 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Process source_file through GetTargetFilesZipForCustomImagesUpdates" into main

parents b2954323 26cab604
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)