forked from openkylin/platform_build
Merge "Replace META/care_map.txt when signing target files" am: 7b11cacbba
am: bf5e3d168d
Change-Id: I6476c710a220e2fe91dd06203ee418665ebd1a37
This commit is contained in:
commit
4f4fb6ce45
|
@ -279,6 +279,10 @@ def ProcessTargetFiles(input_tf_zip, output_tf_zip, misc_info,
|
|||
info.filename == "BOOT/cmdline"):
|
||||
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
|
||||
# must come AFTER other matching rules.
|
||||
elif (info.filename.startswith("BOOT/") or
|
||||
|
|
Loading…
Reference in New Issue