Merge "Update vendor fingerprint." into lmp-mr1-dev

This commit is contained in:
Jesse Zhao 2015-02-06 22:21:06 +00:00 committed by Android (Google) Code Review
commit 28b2b00adb

View file

@ -198,6 +198,7 @@ def ProcessTargetFiles(input_tf_zip, output_tf_zip, misc_info,
print "NOT signing: %s" % (name,)
output_tf_zip.writestr(out_info, data)
elif info.filename in ("SYSTEM/build.prop",
"VENDOR/build.prop",
"RECOVERY/RAMDISK/default.prop"):
print "rewriting %s:" % (info.filename,)
new_data = RewriteProps(data, misc_info)