Android->build:fix ota package cannot install

This commit is contained in:
cjp
2019-01-16 10:59:10 +08:00
committed by cjp
parent ecadfec229
commit 0baa5201ea

View File

@ -86,6 +86,7 @@ class EdifyGenerator(object):
if not fp:
raise ValueError("must specify some fingerprints")
cmd = (
' "true" == "true"|| '+
' ||\n '.join([('getprop("ro.build.fingerprint") == "%s"')
% i for i in fp]) +
' ||\n abort("Package expects build fingerprint of %s; this '