aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/legacy_protobuf/protos/ya.make
blob: 489f361ab1b2ac4325113c215e194ce68bf71a18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROTO_LIBRARY()

OWNER(g:solomon)

SRCS(
    metric_meta.proto
)

IF (NOT PY_PROTOS_FOR)
    EXCLUDE_TAGS(GO_PROTO)
ENDIF()

END()