commit | 2625d27151bef301d8dd76c1cab3a30a442c597b | [log] [tgz] |
---|---|---|
author | Jesse Zhao <jessezhao@google.com> | Fri Feb 06 09:49:55 2015 -0800 |
committer | Jesse Zhao <jessezhao@google.com> | Fri Feb 06 09:50:06 2015 -0800 |
tree | 43333c6f9943d749c8256ba65a5e9a910a879f82 | |
parent | cb73599b25098b3513feda11ca5cb17d77fec83e [diff] [blame] |
Update vendor fingerprint. Change-Id: I5d4abdff8b7b13e01271440f4d4f2ffe1b015b71 Bug: 19257598
diff --git a/tools/releasetools/sign_target_files_apks b/tools/releasetools/sign_target_files_apks index 4cb89cd..931acb8 100755 --- a/tools/releasetools/sign_target_files_apks +++ b/tools/releasetools/sign_target_files_apks
@@ -198,6 +198,7 @@ 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)