We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5674402 commit 183f3a8Copy full SHA for 183f3a8
sandboxed_api/sandbox2/BUILD
@@ -674,9 +674,7 @@ cc_library(
674
copts = sapi_platform_copts(),
675
deps = [
676
":mount_tree_cc_proto",
677
- "//sandboxed_api:config",
678
"//sandboxed_api/sandbox2/util:library_resolver",
679
- "//sandboxed_api/sandbox2/util:minielf",
680
"//sandboxed_api/util:file_base",
681
"//sandboxed_api/util:fileops",
682
"//sandboxed_api/util:raw_logging",
sandboxed_api/sandbox2/CMakeLists.txt
@@ -646,7 +646,6 @@ target_link_libraries(sandbox2_mounts
646
protobuf::libprotobuf
647
sandbox2::library_resolver
648
sapi::base
649
- sapi::config
650
sapi::file_base
651
sapi::fileops
652
sapi::raw_logging
0 commit comments