Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Fix build options for non transitive load for bazel 0.25 #316

Merged
merged 9 commits into from
May 10, 2019
2 changes: 1 addition & 1 deletion opencensus/copts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We use the same flags as absl, plus turn some warnings into errors.
"""

load(
"@com_google_absl//absl:copts/configure_copts.bzl",
"@com_google_absl//absl:copts/GENERATED_copts.bzl",
"ABSL_GCC_FLAGS",
"ABSL_GCC_TEST_FLAGS",
"ABSL_LLVM_FLAGS",
Expand Down