Merge "Remove apex_pubkey from the bundle module"

This commit is contained in:
Treehugger Robot 2019-12-19 01:55:44 +00:00 committed by Gerrit Code Review
commit a03edbeddc

View file

@ -138,7 +138,6 @@ var (
Command: `${zip2zip} -i $in -o $out ` +
`apex_payload.img:apex/${abi}.img ` +
`apex_manifest.json:root/apex_manifest.json ` +
`apex_pubkey:root/apex_pubkey ` +
`apex_manifest.pb:root/apex_manifest.pb ` +
`AndroidManifest.xml:manifest/AndroidManifest.xml ` +
`assets/NOTICE.html.gz:assets/NOTICE.html.gz`,