Merge "releasetools: Fix the wrong command when falling back to bsdiff." am: f2a3454fa5
am: e1c0604259
Change-Id: I806f248d671b344dd5e201c787eb374e4a6ea625
This commit is contained in:
commit
08fe2b65cd
|
@ -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