Loading tools/releasetools/edify_generator.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) Loading Loading
tools/releasetools/edify_generator.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) Loading