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

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

Merge "Fix the broken script in AssertFingerprintOrThumbprint." am: 97181405 am: d791faf3

am: ee8a023c

Change-Id: I66067ffc253be23c11ff30a2805677f23105b40e
parents f6737d75 ee8a023c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ class EdifyGenerator(object):
           '    getprop("ro.build.thumbprint") == "{tp}" ||\n'
           '    abort("Package expects build fingerprint of {fp} or '
           'thumbprint of {tp}; this device has a fingerprint of " '
           '+ getprop("ro.build.fingerprint") and a thumbprint of " '
           '+ getprop("ro.build.fingerprint") + " and a thumbprint of " '
           '+ getprop("ro.build.thumbprint") + ".");').format(fp=fp, tp=tp)
    self.script.append(cmd)