Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c84463cd authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

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

Merge "releasetools: Add prefix when dumping fingerprints." am: a282ceeb am: bf9e4aa5 am: aff4efc8
am: cdea34d0

Change-Id: I09380e5e782dd9f42f3621c6bc593dd2128afceb
parents 17f87953 cdea34d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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...")