commit | 4f09900e676f7343643ada3797c3597f9c363015 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Aug 11 18:04:27 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Thu Aug 11 18:04:27 2016 -0700 |
tree | 352bfcd6589bbf4e2a3e408fe709ca6946d07067 | |
parent | 6d64ff1bf79a0f7141c306dc41c5bf0212824f72 [diff] |
Replace META/care_map.txt when signing target files Do not copy the "META/care_map.txt" from the source zipfile when signing the target files with sign_target_files_apks. Because we'll generate a new care_map after rebuilding the system/vendor images; and we'll write the new "META/care_map.txt" to the signed-target-file. Change-Id: I6919cfdf8314a4084b5f612a9c89469f391486a4 Test: Run sign_target_files_apks locally, and the entry is updated. Bug: 30812253