aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzaverden <zaverden@yandex-team.com>2024-11-05 11:14:32 +0300
committerzaverden <zaverden@yandex-team.com>2024-11-05 11:30:51 +0300
commitf411bfc617bac85c828c44c9a0e276b24e5316f0 (patch)
treecaae2e4108b5fae2a8a858f5e739c0d0a6cf0052
parente7bf7e311eaa51cd2e4604dba7e01a28ad450771 (diff)
downloadydb-f411bfc617bac85c828c44c9a0e276b24e5316f0.tar.gz
conf(TS_PROTO): USE_COMMON_GOOGLE_APIS and GENERATE_ENUM_SERIALIZATION support
commit_hash:075ec32949fbb4ade99a9d4bcae8277def215b10
-rw-r--r--build/conf/proto.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/conf/proto.conf b/build/conf/proto.conf
index 09a4aaeae5..1a059839c2 100644
--- a/build/conf/proto.conf
+++ b/build/conf/proto.conf
@@ -796,11 +796,15 @@ multimodule PROTO_LIBRARY {
.EPILOGUE=_TS_CONFIG_EPILOGUE
.PEERDIRSELF=TS_PREPARE_DEPS
DISABLE(_NEED_SBOM_INFO)
+
+ when ($_COMMON_GOOGLE_APIS != "None") {
+ PEERDIR += contrib/libs/googleapis-common-protos
+ }
}
module TS_PREPARE_DEPS: _PREPARE_DEPS_BASE {
.INCLUDE_TAG=no
- .IGNORED=PEERDIR
+ .IGNORED=PEERDIR SRCS GENERATE_ENUM_SERIALIZATION
DISABLE(_NEED_SBOM_INFO)
}