Merge "Fix the broken script in AssertFingerprintOrThumbprint." am: 9718140570 am: d791faf34e

am: ee8a023c4e

Change-Id: I66067ffc253be23c11ff30a2805677f23105b40e
This commit is contained in:
Tao Bao 2017-06-05 22:52:15 +00:00 committed by android-build-merger
commit 1629a7e663
1 changed files with 1 additions and 1 deletions

View File

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