Merge "releasetools: Fix the wrong command when falling back to bsdiff." am: f2a3454fa5
am: e1c0604259
am: 08fe2b65cd
Change-Id: Ib8ef00c492a9594c09d6c7e9aa5416b3d461ced8
This commit is contained in:
commit
9847030783
|
@ -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[:]
|
||||
|
|
Loading…
Reference in New Issue