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

Commit 65446290 authored by Gabriele M's avatar Gabriele M Committed by Zhao Wei Liew
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
(cherry picked from commit 412260ec)
parent 7b98ed5c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -211,9 +211,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)