Skip to content

Commit 23d2ee6

Browse files
committed
Fix ya.make files
1 parent 2ff65c1 commit 23d2ee6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ydb/core/fq/libs/config/protos/ya.make

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ PEERDIR(
3434
ydb/library/yql/providers/s3/proto
3535
)
3636

37-
EXCLUDE_TAGS(GO_PROTO)
37+
ONLY_TAGS(
38+
CPP_PROTO
39+
PY_PROTO
40+
PY3_PROTO
41+
)
3842

3943
END()

ydb/core/protos/ya.make

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ PEERDIR(
176176

177177
CPP_PROTO_PLUGIN0(config_proto_plugin ydb/core/config/tools/protobuf_plugin)
178178

179-
EXCLUDE_TAGS(GO_PROTO)
179+
ONLY_TAGS(
180+
CPP_PROTO
181+
PY_PROTO
182+
PY3_PROTO
183+
)
180184

181185
END()

0 commit comments

Comments
 (0)