forked from openkylin/platform_build
Add missing quotation mark in assertion
Change-Id: I3e76997fe257bfccb7d61dcc1273e014cdb55a41
This commit is contained in:
parent
91a99c28e0
commit
4f12fceead
|
@ -98,7 +98,7 @@ class EdifyGenerator(object):
|
|||
if not fp:
|
||||
raise ValueError("must specify some thumbprints")
|
||||
cmd = (
|
||||
' ||\n '.join([('getprop(ro.build.thumbprint") == "%s"')
|
||||
' ||\n '.join([('getprop("ro.build.thumbprint") == "%s"')
|
||||
% i for i in fp]) +
|
||||
' ||\n abort("Package expects build thumbprint of %s; this '
|
||||
'device has " + getprop("ro.build.thumbprint") + ".");'
|
||||
|
|
Loading…
Reference in New Issue