Expose alias to protobuf_nowkt runtime

This will allow users such as Kythe to use the same runtime as the default toolchain in their own proto_lang_toolchain definitions.

PiperOrigin-RevId: 565438071
pull/14088/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent 785c82dbde
commit 5b6c2459b5
  1. 8
      BUILD.bazel

@ -198,6 +198,14 @@ cc_binary(
# C++ runtime
################################################################################
# Expose the runtime for the proto_lang_toolchain so that it can also be used in
# a user-defined proto_lang_toolchain.
alias(
name = "protobuf_nowkt",
actual = "//src/google/protobuf:protobuf_nowkt",
visibility = ["//visibility:public"],
)
# The "lite" runtime works for .proto files that specify the option:
# optimize_for = LITE_RUNTIME;
#

Loading…
Cancel
Save