OSDN Git Service

releasetools: Support verity signer args.
authorTao Bao <tbao@google.com>
Mon, 17 Oct 2016 23:20:12 +0000 (16:20 -0700)
committerTao Bao <tbao@google.com>
Wed, 26 Oct 2016 04:17:02 +0000 (21:17 -0700)
commitc7814837a0a9bf83f5005393949161c9ca74a7e9
tree5182b6a8144851059e53b7ea9f687d3afdc896c6
parentc07ff401f2ed11f0fb62b8aaab4955c1dd855cf1
releasetools: Support verity signer args.

system/extras/verity/build_verity_metadata.py now accepts
"--signer_args" to specify verity signer args.

Also remove the duplicate "--verity_signer_args" in
add_img_to_target_files.py, as we already have that in common.py.

Bug: 31500665
Test: Building and signing work w/ and w/o --signer_args.

Change-Id: I02f59c50a1ebf15c5505e9fffd5b9bbbbaa785be
(cherry picked from commit 458104266f52e1d92fbde057496f621aa16084cc)
tools/releasetools/build_image.py