aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/legacy_protobuf/protos/ya.make
blob: a1d1e3cc9242a91dedd241ad8e133b8d67bbe881 (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()