Merge "releasetools: Only verify the blocks to be touched." into nyc-dev

am: 21528c5

* commit '21528c5e053e28cd52d603eded53ffaf36d22637':
  releasetools: Only verify the blocks to be touched.

Change-Id: I053c7da789c44916456109c5153f6628fe38c849
This commit is contained in:
Tao Bao
2016-04-14 00:02:41 +00:00
committed by android-build-merger
3 changed files with 26 additions and 6 deletions

View File

@@ -1003,9 +1003,9 @@ else
""" % bcb_dev)
# Verify the existing partitions.
system_diff.WriteVerifyScript(script)
system_diff.WriteVerifyScript(script, touched_blocks_only=True)
if vendor_diff:
vendor_diff.WriteVerifyScript(script)
vendor_diff.WriteVerifyScript(script, touched_blocks_only=True)
script.Comment("---- start making changes here ----")