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

Commit 5c8e1993 authored by Luca Farsi's avatar Luca Farsi Committed by Gerrit Code Review
Browse files

Merge "Add python library build rule" into main

parents c4253dee 27d3be03
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
python_library_host {
    name: "soong-metrics-proto-py",
    srcs: [
        "metrics.proto",
    ],
    visibility: [
        "//build/make/ci",
    ],
    libs: [
        "libprotobuf-python",
    ],
    proto: {
        include_dirs: ["external/protobuf/src"],
        canonical_path_from_root: false,
    },
}