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

Commit a3265ef0 authored by Wei Li's avatar Wei Li
Browse files

Add new SBOM generation tool.

Bug: 324465531
Test: CIs
Test: m soong-sbom
Change-Id: Icfb7a9062158853b85c2de95f678ab164fc3fd90
parent a6fe9e7e
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -33,6 +33,23 @@ python_binary_host {
    ],
}

python_binary_host {
    name: "gen_sbom",
    srcs: [
        "gen_sbom.py",
    ],
    version: {
        py3: {
            embedded_launcher: true,
        },
    },
    libs: [
        "metadata_file_proto_py",
        "libprotobuf-python",
        "sbom_lib",
    ],
}

python_library_host {
    name: "sbom_lib",
    srcs: [

tools/sbom/gen_sbom.py

0 → 100644
+926 −0

File added.

Preview size limit exceeded, changes collapsed.