mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Internal change
PiperOrigin-RevId: 244879634 Change-Id: Ifa63ef7b0cc10e87d18f17b85cce55af03cd37cf
This commit is contained in:
parent
6cbaaead8b
commit
0fd468be7c
|
@ -168,7 +168,6 @@ cc_library(
|
||||||
deps = [
|
deps = [
|
||||||
":bpfdisassembler",
|
":bpfdisassembler",
|
||||||
":comms",
|
":comms",
|
||||||
":fs",
|
|
||||||
":namespace",
|
":namespace",
|
||||||
":regs",
|
":regs",
|
||||||
":syscall",
|
":syscall",
|
||||||
|
@ -271,7 +270,6 @@ cc_library(
|
||||||
":violation_proto_cc",
|
":violation_proto_cc",
|
||||||
":forkserver",
|
":forkserver",
|
||||||
":forkserver_proto_cc",
|
":forkserver_proto_cc",
|
||||||
":fs",
|
|
||||||
":global_forkserver",
|
":global_forkserver",
|
||||||
":ipc",
|
":ipc",
|
||||||
":limits",
|
":limits",
|
||||||
|
@ -281,7 +279,6 @@ cc_library(
|
||||||
":notify",
|
":notify",
|
||||||
":policy",
|
":policy",
|
||||||
":regs",
|
":regs",
|
||||||
":reporter",
|
|
||||||
":result",
|
":result",
|
||||||
":syscall",
|
":syscall",
|
||||||
":util",
|
":util",
|
||||||
|
|
|
@ -76,7 +76,6 @@ cc_test(
|
||||||
name = "status_test",
|
name = "status_test",
|
||||||
srcs = ["status_test.cc"],
|
srcs = ["status_test.cc"],
|
||||||
deps = [
|
deps = [
|
||||||
":status",
|
|
||||||
":status_matchers",
|
":status_matchers",
|
||||||
"@com_google_googletest//:gtest_main",
|
"@com_google_googletest//:gtest_main",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user