Fix for compatibility with bazel 0.25.
In bazel 0.25 the flag --incompatible_no_transitive_loads is now enabled by default. To fix this, we must not rely on imported symbols being exported by default. Context: https://github.com/bazelbuild/bazel/issues/5636 PiperOrigin-RevId: 246384617
Loading
Please register or sign in to comment