Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d034933 authored by Inseob Kim's avatar Inseob Kim
Browse files

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
parent 46c84eda
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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.
//