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:
Connor O'Brien 2021-12-17 01:13:49 +00:00 committed by Automerger Merge Worker
commit 9fa0872599
2 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@ cc_binary {
"libbase",
"liblog",
"libnetdutils",
"libbpf",
"libbpf_bcc",
],
srcs: [
"BpfLoader.cpp",

View file

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