mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Improve internal<->external code transforms #3
Note: These commits only change very minor formatting issues in the GitHub version. There is more than meets the eye, though. These changes help to be able to accept pull requests. PiperOrigin-RevId: 239225828 Change-Id: Ib31bf114e7cc4ccda49f7dcc4e9e24eebc735065
This commit is contained in:
parent
cb36b974eb
commit
0babaf094d
|
@ -26,9 +26,7 @@ cc_library(
|
||||||
name = "bpfdisassembler",
|
name = "bpfdisassembler",
|
||||||
srcs = ["bpfdisassembler.cc"],
|
srcs = ["bpfdisassembler.cc"],
|
||||||
hdrs = ["bpfdisassembler.h"],
|
hdrs = ["bpfdisassembler.h"],
|
||||||
deps = [
|
deps = ["@com_google_absl//absl/strings"],
|
||||||
"@com_google_absl//absl/strings",
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
|
@ -52,9 +50,7 @@ cc_library(
|
||||||
"syscall_defs.cc",
|
"syscall_defs.cc",
|
||||||
"syscall_defs.h",
|
"syscall_defs.h",
|
||||||
],
|
],
|
||||||
hdrs = [
|
hdrs = ["syscall.h"],
|
||||||
"syscall.h",
|
|
||||||
],
|
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
":util",
|
":util",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user