Skip to content

Commit 34e4ab3

Browse files
comiuscopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 802709602 Change-Id: If977aa1056f788939c624249085f6a67bbbfaea2
1 parent 845030b commit 34e4ab3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

sandboxed_api/bazel/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ bzl_library(
6262
":proto_bzl",
6363
"@bazel_tools//tools/cpp:toolchain_utils.bzl",
6464
"@rules_cc//cc:core_rules",
65+
"@rules_cc//cc/common",
6566
],
6667
)
6768

sandboxed_api/bazel/sapi.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
1818
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1919
load("@rules_cc//cc:cc_test.bzl", "cc_test")
20+
load("@rules_cc//cc/common:cc_info.bzl", "CcInfo")
2021
load("//sandboxed_api/bazel:build_defs.bzl", "sapi_platform_copts")
2122
load("//sandboxed_api/bazel:embed_data.bzl", "sapi_cc_embed_data")
2223
load(

0 commit comments

Comments
 (0)