mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Add missing dependencies bazel/BUILD
PiperOrigin-RevId: 559742911 Change-Id: I4212fa4abf27d8318b394425c1f3206b9377e63b
This commit is contained in:
parent
127176d72f
commit
3adc232a07
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user