Rename libbpf to libbpf_bcc am: 474eb0baa0
am: a8fd7326aa
Original change: https://android-review.googlesource.com/c/platform/system/bpf/+/1906070 Change-Id: I63e02eceb6563a40c26a2b2fcd3ca8be9a29ed7a
This commit is contained in:
commit
9fa0872599
2 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ cc_binary {
|
|||
"libbase",
|
||||
"liblog",
|
||||
"libnetdutils",
|
||||
"libbpf",
|
||||
"libbpf_bcc",
|
||||
],
|
||||
srcs: [
|
||||
"BpfLoader.cpp",
|
||||
|
|
|
@ -58,7 +58,7 @@ cc_library {
|
|||
"libbase",
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libbpf",
|
||||
"libbpf_bcc",
|
||||
],
|
||||
header_libs: [
|
||||
"bpf_map_utils",
|
||||
|
@ -68,7 +68,7 @@ cc_library {
|
|||
"libbpf_android_headers",
|
||||
"bpf_map_utils",
|
||||
],
|
||||
export_shared_lib_headers: ["libbpf"],
|
||||
export_shared_lib_headers: ["libbpf_bcc"],
|
||||
local_include_dirs: ["include"],
|
||||
|
||||
defaults: ["bpf_defaults"],
|
||||
|
@ -94,7 +94,7 @@ cc_test {
|
|||
static_libs: ["libgmock"],
|
||||
shared_libs: [
|
||||
"libbpf_android",
|
||||
"libbpf",
|
||||
"libbpf_bcc",
|
||||
"libbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
|
|
Loading…
Reference in a new issue