History log of /system/extras/verity/build_verity_metadata.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
441ebc90584ec0b9aeb832f60e4f9cbb928a7914 26-Oct-2016 Tianjie Xu <xunchang@google.com> Convert verity tools to subprocess

Convert build_verity_metadata.py to subprocess instead of commands
module.

Bug: 31500725
Test: build_verity_metadata.py executes successfully
Change-Id: I9a0db78390d330710e62a710f8f957743aebd822
/system/extras/verity/build_verity_metadata.py
39d1756abe66538a6cbdfc4c7b5377ce279e332c 18-Oct-2016 Tao Bao <tbao@google.com> build_verity_metadata: Support --signer_args argument.

Use argparse to parse input parameters for future extension.

Add 'build' and 'size' as two sub-commands.
- 'build_verity_metadata.py -s SIZE' becomes
'build_verity_metadata.py size SIZE'.

- 'build_verity_metadata.py BLOCKS METADATA_IMAGE ...' becomes
'build_verity_metadata.py build BLOCKS METADATA_IMAGE ...'.

The 'build' command now accepts an optional argument '--signer_args' to
specify signer specific arguments.

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

Change-Id: I3cfd2b584efad216b91d5fcd0314f4468ff7450f
/system/extras/verity/build_verity_metadata.py
87757783008a561b9c54b274e03791e9dc76377f 25-Sep-2015 Sami Tolvanen <samitolvanen@google.com> verity: move metadata after the hash tree

Move the verity metadata block after the hash tree to make locating
it easier and more reliable.

Needs matching changes from
I6945cbab99e214566a1f9d3702333f2dbbc35816

Change-Id: Ide48f581bbba77aed6132f77b309db71630d81ed
/system/extras/verity/build_verity_metadata.py
649fd550341328077e403dd2b2024a9958ae2652 21-Oct-2013 Geremy Condra <gcondra@google.com> Revert "Temporary revert to fix the build."

This reverts commit d1cda72457fed396942ae58f689ce84de7af3e9e.

Additionally changes libcrypto to libcrypto-host.

Change-Id: I8e57c31f904fae0113a514c26a78711e15782216
/system/extras/verity/build_verity_metadata.py
d1cda72457fed396942ae58f689ce84de7af3e9e 19-Sep-2013 Geremy Condra <gcondra@google.com> Temporary revert to fix the build.

Change-Id: I40454606e3d974bd6fc79b46f663061549a1a790
/system/extras/verity/build_verity_metadata.py
b467218543a3f67eaa40c4edcc4fa12c45e8b3d6 09-Jul-2013 Geremy Condra <gcondra@google.com> Add verified partition tools.

Change-Id: Icf34336e6d574d62b60fff093ea8abe20358ac89
/system/extras/verity/build_verity_metadata.py