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

Unverified Commit 412260ec authored by Gabriele M's avatar Gabriele M Committed by Adrian DC
Browse files

Revert "releasetools: Don't extract BOOTABLE_IMAGES when signing target files"

sign_target_files_apks is currently dropping the content of
BOOTABLE_IMAGES. As consequence, the images are re-generated
without using custom mkbootimg makefiles, which can cause
issues on some devices with specific formats or requirements.

This reverts commit 71fbe14d.

Change-Id: If4c8c70ee32e21198859f594a2dc090abe2e13a1
parent ec82896e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -217,9 +217,6 @@ def ProcessTargetFiles(input_tf_zip, output_tf_zip, misc_info,
    if info.filename.startswith("IMAGES/"):
      continue

    if info.filename.startswith("BOOTABLE_IMAGES/"):
      continue

    data = input_tf_zip.read(info.filename)
    out_info = copy.copy(info)