Add fsverity_metadata_generator helper binary

Making this a host tool will help users generate their own fsverity
metadata easily.

Bug: 205987437
Test: m fsverity_metadata_generator and run it
Change-Id: Iafd228815a74d298d87ca1466c6909c0d24c5874
This commit is contained in:
Inseob Kim
2021-12-13 14:04:00 +09:00
parent 46c84edacf
commit 2d03493341

View File

@@ -553,6 +553,19 @@ python_binary_host {
],
}
python_binary_host {
name: "fsverity_metadata_generator",
srcs: [
"fsverity_metadata_generator.py",
],
libs: [
"fsverity_digests_proto_python",
],
required: [
"fsverity",
],
}
//
// Tests.
//