blob: 90e4dead63ee15a37c222ed8762480b52d5c4cdc [file]
"""Renames toplevel symbols so they can be exported in Starlark under the same name"""
load("@proto_bazel_features//:features.bzl", "bazel_features")
native_proto_common = getattr(native, "proto_common", None)
HAS_NATIVE_PROTO_FLAGS = bazel_features.rules.has_proto_fragment