Merge "releasetools: Fix the wrong command when falling back to bsdiff."
am: f2a3454fa5
Change-Id: I262326ca26c42bcca1c712aaffd316e629a33f8c
This commit is contained in:
commit
e1c0604259
|
@ -768,6 +768,7 @@ class BlockImageDiff(object):
|
||||||
message.append(
|
message.append(
|
||||||
"Fell back and generated with bsdiff instead for %s" % (
|
"Fell back and generated with bsdiff instead for %s" % (
|
||||||
xf.tgt_name,))
|
xf.tgt_name,))
|
||||||
|
xf.style = "bsdiff"
|
||||||
with lock:
|
with lock:
|
||||||
warning_messages.extend(message)
|
warning_messages.extend(message)
|
||||||
del message[:]
|
del message[:]
|
||||||
|
|
Loading…
Reference in New Issue