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:
Tao Bao 2017-11-01 00:55:25 +00:00 committed by android-build-merger
commit 9847030783
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[:]