mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Internal-only change.
PiperOrigin-RevId: 455553721 Change-Id: I923ab39b9bcd92a6a8e0dd8f95b01cc135ace919
This commit is contained in:
parent
57a4e7e7bc
commit
81871a98f7
@ -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",
|
||||
],
|
||||
)
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user