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>
Mon, 17 Oct 2016 23:25:22 +0000 (16:25 -0700)
commit458104266f52e1d92fbde057496f621aa16084cc
tree3efd3a597c1f6d4cf63da9e0b40c6d63dc1c9fea
parent4337794acd54be9a7bd6b101ba50cce22005c5bc
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
tools/releasetools/add_img_to_target_files.py
tools/releasetools/build_image.py