mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Adding new build rule for sanitizer
PiperOrigin-RevId: 302687093 Change-Id: I090352c70df67e51eba79a618315b7ca9696bcfe
This commit is contained in:
parent
dadf55f647
commit
22c6417307
|
@ -349,6 +349,23 @@ cc_library(
|
|||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "sanitizer",
|
||||
srcs = ["sanitizer.cc"],
|
||||
hdrs = ["sanitizer.h"],
|
||||
copts = sapi_platform_copts(),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//sandboxed_api/sandbox2/util:file_helpers",
|
||||
"//sandboxed_api/sandbox2/util:fileops",
|
||||
"//sandboxed_api/sandbox2/util:strerror",
|
||||
"//sandboxed_api/util:raw_logging",
|
||||
"@com_google_absl//absl/base:core_headers",
|
||||
"@com_google_absl//absl/strings",
|
||||
"@com_google_glog//:glog",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "forkserver",
|
||||
srcs = ["forkserver.cc"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user