We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead8ba1 commit 48a506bCopy full SHA for 48a506b
1 file changed
cpp/BUILD
@@ -1,9 +1,9 @@
1
# ArrayRecord is a new file format for IO intensive applications.
2
# It supports efficient random access and various compression algorithms.
3
4
+# @rules_cc//cc:cc_library.bzl
5
+# @rules_cc//cc:cc_test.bzl
6
load("@rules_proto//proto:defs.bzl", "proto_library")
-load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")
-load("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl", "cc_test")
7
8
package(default_visibility = ["//visibility:public"])
9
0 commit comments