Emit apex_info to target_files META/apex_info.pb

Test: mm -j
Bug: 172911822

Change-Id: I5a70b75dbe1cd546c66beaa8e4e3a63c3987461e
This commit is contained in:
Kelvin Zhang
2021-01-19 15:30:46 -05:00
parent 9fd5886e23
commit 5f0fcee4dd
5 changed files with 191 additions and 39 deletions

View File

@@ -626,6 +626,10 @@ def ProcessTargetFiles(input_tf_zip, output_tf_zip, misc_info,
elif filename in ["META/care_map.pb", "META/care_map.txt"]:
pass
# Skip apex_info.pb because we sign/modify apexes
elif filename == "META/apex_info.pb":
pass
# Updates system_other.avbpubkey in /product/etc/.
elif filename in (
"PRODUCT/etc/security/avb/system_other.avbpubkey",