Merge "releasetools: Add prefix when dumping fingerprints." am: a282ceeb73

am: bf9e4aa53f

Change-Id: I34c65b0de83c16630c576a2f25488bb0b13f5fb9
This commit is contained in:
Tao Bao 2016-12-14 21:06:56 +00:00 committed by android-build-merger
commit aff4efc8c1
1 changed files with 2 additions and 2 deletions

View File

@ -996,8 +996,8 @@ else if get_stage("%(bcb_dev)s") != "3/3" then
script.Comment("Stage 1/3")
# Dump fingerprints
script.Print(source_fp)
script.Print(target_fp)
script.Print("Source: %s" % (source_fp,))
script.Print("Target: %s" % (target_fp,))
script.Print("Verifying current system...")