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

Commit e1c06042 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "releasetools: Fix the wrong command when falling back to bsdiff."

am: f2a3454f

Change-Id: I262326ca26c42bcca1c712aaffd316e629a33f8c
parents cd9bfc57 f2a3454f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -768,6 +768,7 @@ class BlockImageDiff(object):
                message.append(
                    "Fell back and generated with bsdiff instead for %s" % (
                    xf.tgt_name,))
                xf.style = "bsdiff"
                with lock:
                  warning_messages.extend(message)
                del message[:]