Skip to content

Commit 82a8aae

Browse files
iindykcopybara-github
authored andcommitted
Fix breakage due to rules_cc.
PiperOrigin-RevId: 784673657
1 parent ead8ba1 commit 82a8aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ArrayRecord is a new file format for IO intensive applications.
22
# It supports efficient random access and various compression algorithms.
33

4+
# @rules_cc//cc:cc_library.bzl
5+
# @rules_cc//cc:cc_test.bzl
46
load("@rules_proto//proto:defs.bzl", "proto_library")
5-
load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")
6-
load("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl", "cc_test")
77

88
package(default_visibility = ["//visibility:public"])
99

0 commit comments

Comments
 (0)