Internal-only change.

PiperOrigin-RevId: 455553721
Change-Id: I923ab39b9bcd92a6a8e0dd8f95b01cc135ace919
This commit is contained in:
Sandboxed API Team 2022-06-17 00:37:10 -07:00 committed by Copybara-Service
parent 57a4e7e7bc
commit 81871a98f7
2 changed files with 6 additions and 2 deletions

View File

@ -39,5 +39,7 @@ cc_binary(
srcs = ["zpipe.c"],
copts = sapi_platform_copts(),
features = ["fully_static_link"],
deps = ["@net_zlib//:zlib"],
deps = [
"@net_zlib//:zlib",
],
)

View File

@ -125,7 +125,9 @@ cc_binary(
srcs = ["policy.cc"],
copts = sapi_platform_copts(),
features = ["fully_static_link"],
deps = ["//sandboxed_api:config"],
deps = [
"//sandboxed_api:config",
],
)
cc_binary(