Merge "releasetools: Merge two identical conditional branches." am: 59978ab6e3
am: 514e6e4488
Change-Id: I8f95b75becdb503c1837c1bc215f88f019eaa356
This commit is contained in:
commit
81d1ad1267
|
@ -1449,14 +1449,7 @@ class BlockDifference(object):
|
||||||
return
|
return
|
||||||
|
|
||||||
ranges_str = ranges.to_string_raw()
|
ranges_str = ranges.to_string_raw()
|
||||||
if self.version >= 4:
|
if self.version >= 3:
|
||||||
script.AppendExtra(('if (range_sha1("%s", "%s") == "%s" || '
|
|
||||||
'block_image_verify("%s", '
|
|
||||||
'package_extract_file("%s.transfer.list"), '
|
|
||||||
'"%s.new.dat", "%s.patch.dat")) then') % (
|
|
||||||
self.device, ranges_str, expected_sha1,
|
|
||||||
self.device, partition, partition, partition))
|
|
||||||
elif self.version == 3:
|
|
||||||
script.AppendExtra(('if (range_sha1("%s", "%s") == "%s" || '
|
script.AppendExtra(('if (range_sha1("%s", "%s") == "%s" || '
|
||||||
'block_image_verify("%s", '
|
'block_image_verify("%s", '
|
||||||
'package_extract_file("%s.transfer.list"), '
|
'package_extract_file("%s.transfer.list"), '
|
||||||
|
|
Loading…
Reference in New Issue