Add missing dependencies bazel/BUILD

PiperOrigin-RevId: 559742911
Change-Id: I4212fa4abf27d8318b394425c1f3206b9377e63b
pull/171/head
Wiktor Garbacz 2023-08-24 07:08:37 -07:00 committed by Copybara-Service
parent 127176d72f
commit 3adc232a07
1 changed files with 9 additions and 0 deletions

View File

@ -38,6 +38,9 @@ bzl_library(
name = "proto_bzl",
srcs = ["proto.bzl"],
visibility = ["//visibility:private"],
deps = [
"@rules_proto//proto:defs",
],
)
bzl_library(
@ -56,6 +59,12 @@ bzl_library(
name = "sapi",
srcs = ["sapi.bzl"],
visibility = ["//visibility:private"],
deps = [
":build_defs_bzl",
":embed_data_bzl",
":proto_bzl",
"@bazel_tools//tools/cpp:toolchain_utils.bzl",
],
)
bzl_library(