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:
Christian Blichmann 2019-03-19 10:57:58 -07:00 committed by Copybara-Service
parent cb36b974eb
commit 0babaf094d

View File

@ -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",