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

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

Fix the broken script in AssertFingerprintOrThumbprint.

am: 9c6ab6c4

Change-Id: I2259869457587dda3a1b3ed54d77e5a1934c8436
parents a1980abe 9c6ab6c4
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)