Add bazel_metrics to py proto export.

Test: build/bazel/scripts/analyze_build
Change-Id: Ied3e6d5a1d65ec31d704ac3cef6e7c74397333bf
This commit is contained in:
MarkDacek 2023-05-31 22:05:10 +00:00
parent 780ea1f8d1
commit de53314d0d

View file

@ -23,6 +23,7 @@ py_proto_library(
proto_library(
name = "metrics-proto",
srcs = [
"bazel_metrics_proto/bazel_metrics.proto",
"bp2build_metrics_proto/bp2build_metrics.proto",
"metrics_proto/metrics.proto",
],