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

Commit dc4c402f authored by Martin Blumenstingl's avatar Martin Blumenstingl
Browse files

Fixed building incrementals when "no separate recovery" is specified.

Change-Id: I1d7add44554ebc4b68dc09debdd0c0fb229061a9
parent ab46c158
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -741,6 +741,8 @@ def WriteIncrementalOTAPackage(target_zip, source_zip, output_zip):
    target_recovery = common.GetBootableImage(
        "/tmp/recovery.img", "recovery.img", OPTIONS.target_tmp, "RECOVERY")
    updating_recovery = (source_recovery.data != target_recovery.data)
  else:
    updating_recovery = False

  # Here's how we divide up the progress bar:
  #  0.1 for verifying the start state (PatchCheck calls)