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

am: e1c0604259

Change-Id: I806f248d671b344dd5e201c787eb374e4a6ea625
This commit is contained in:
Tao Bao 2017-10-31 23:26:57 +00:00 committed by android-build-merger
commit 08fe2b65cd
1 changed files with 1 additions and 0 deletions

View File

@ -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[:]