bazel: Add missing load statements for cc_binary (#645)

Follow-up on https://github.com/abseil/abseil-cpp/pull/351
pull/653/head
Yannic 5 years ago committed by GitHub
parent 518f17501e
commit 132d791b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      absl/container/BUILD.bazel
  2. 2
      absl/flags/BUILD.bazel

@ -14,7 +14,7 @@
# limitations under the License.
#
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
load(
"//absl:copts/configure_copts.bzl",
"ABSL_DEFAULT_COPTS",

@ -14,7 +14,7 @@
# limitations under the License.
#
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
load(
"//absl:copts/configure_copts.bzl",
"ABSL_DEFAULT_COPTS",

Loading…
Cancel
Save