Merge "Fix the broken script in AssertFingerprintOrThumbprint." am: 9718140570
am: d791faf34e
Change-Id: I7ff3e93610855ce6382ed64cc722ffae34d39ded
This commit is contained in:
commit
ee8a023c4e
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue