diff options
author | pg <pg@yandex-team.com> | 2024-04-11 21:23:34 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2024-04-11 21:34:55 +0300 |
commit | e777f6fe503bff0abc88aec2b1f7da675bfb68ae (patch) | |
tree | 48558ccb8a29bc0c61992a831f4f041097025351 /contrib | |
parent | 2ab5f8b12b9381254255f38fe3c34dd0dd0de2c8 (diff) | |
download | ydb-e777f6fe503bff0abc88aec2b1f7da675bfb68ae.tar.gz |
v2
40d1f0a9f746bb174ebd93119c192ba825d8545c
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tools/protoc/plugins/ya.make | 6 | ||||
-rw-r--r-- | contrib/tools/protoc/ya.make | 16 |
2 files changed, 22 insertions, 0 deletions
diff --git a/contrib/tools/protoc/plugins/ya.make b/contrib/tools/protoc/plugins/ya.make new file mode 100644 index 0000000000..44254ae111 --- /dev/null +++ b/contrib/tools/protoc/plugins/ya.make @@ -0,0 +1,6 @@ +RECURSE( + cpp_styleguide + grpc_cpp + grpc_java + grpc_python +) diff --git a/contrib/tools/protoc/ya.make b/contrib/tools/protoc/ya.make new file mode 100644 index 0000000000..59b96b2a63 --- /dev/null +++ b/contrib/tools/protoc/ya.make @@ -0,0 +1,16 @@ +# WARN: +# The Piglet sync service (abc:cc-piglet) relies on prebuiltness of protoc. +# DO NOT REMOVE ya.make.prebuilt. + +IF (USE_PREBUILT_TOOLS) + INCLUDE(ya.make.prebuilt) +ENDIF() + +IF (NOT PREBUILT) + INCLUDE(bin/ya.make) +ENDIF() + +RECURSE( + bin + plugins +) |