mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix dependencies for sanitizer target
PiperOrigin-RevId: 414659990 Change-Id: I25215d0f03cf998fee068ae7db91b7e438fcc4f5
This commit is contained in:
parent
84c29dd3bb
commit
4061666f44
|
@ -367,14 +367,17 @@ add_library(sandbox2_sanitizer ${SAPI_LIB_TYPE}
|
|||
)
|
||||
add_library(sandbox2::sanitizer ALIAS sandbox2_sanitizer)
|
||||
target_link_libraries(sandbox2_sanitizer
|
||||
PRIVATE absl::core_headers
|
||||
absl::flat_hash_set
|
||||
absl::strings
|
||||
PRIVATE absl::strings
|
||||
sandbox2::util
|
||||
sapi::file_helpers
|
||||
sapi::fileops
|
||||
sapi::strerror
|
||||
sapi::raw_logging
|
||||
sapi::base
|
||||
PUBLIC absl::core_headers
|
||||
absl::flat_hash_set
|
||||
absl::status
|
||||
absl::statusor
|
||||
)
|
||||
|
||||
# sandboxed_api/sandbox2:forkserver
|
||||
|
|
Loading…
Reference in New Issue
Block a user