Merge "Replace META/care_map.txt when signing target files"

This commit is contained in:
Tianjie Xu 2016-08-12 18:01:55 +00:00 committed by Gerrit Code Review
commit 7b11cacbba
1 changed files with 4 additions and 0 deletions

View File

@ -279,6 +279,10 @@ def ProcessTargetFiles(input_tf_zip, output_tf_zip, misc_info,
info.filename == "BOOT/cmdline"): info.filename == "BOOT/cmdline"):
pass pass
# Skip the care_map as we will regenerate the system/vendor images.
elif (info.filename == "META/care_map.txt"):
pass
# Copy BOOT/, RECOVERY/, META/, ROOT/ to rebuild recovery patch. This case # Copy BOOT/, RECOVERY/, META/, ROOT/ to rebuild recovery patch. This case
# must come AFTER other matching rules. # must come AFTER other matching rules.
elif (info.filename.startswith("BOOT/") or elif (info.filename.startswith("BOOT/") or