Merge "Fix the broken script in AssertFingerprintOrThumbprint."

This commit is contained in:
Treehugger Robot 2017-06-05 22:33:03 +00:00 committed by Gerrit Code Review
commit 9718140570
1 changed files with 1 additions and 1 deletions

View File

@ -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)