From 82a8aaec7afceb5028bb49fd014a98ceb3930b0b Mon Sep 17 00:00:00 2001 From: Ihor Indyk Date: Fri, 18 Jul 2025 12:56:04 -0700 Subject: [PATCH] Fix breakage due to rules_cc. PiperOrigin-RevId: 784673657 --- cpp/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"])