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

am: f2a3454fa5

Change-Id: I262326ca26c42bcca1c712aaffd316e629a33f8c
This commit is contained in:
Tao Bao 2017-10-31 22:10:22 +00:00 committed by android-build-merger
commit e1c0604259
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[:]