diff --git a/cpp/BUILD b/cpp/BUILD index e7984e0..2b799c5 100644 --- a/cpp/BUILD +++ b/cpp/BUILD @@ -1,9 +1,9 @@ # ArrayRecord is a new file format for IO intensive applications. # It supports efficient random access and various compression algorithms. +# @rules_cc//cc:cc_library.bzl +# @rules_cc//cc:cc_test.bzl 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") package(default_visibility = ["//visibility:public"])