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

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

Fix the broken script in AssertFingerprintOrThumbprint. am: 9c6ab6c4

am: aeb3125a

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