Rename libbpf to libbpf_bcc

This is to prevent a name collision with "upstream"
libbpf (external/libbpf) which is built using the same name.

Bug: 203823368
Test: build cuttlefish
Test: m libbpf_load_test
Signed-off-by: Connor O'Brien <connoro@google.com>
Change-Id: I9bb798a9b5d832511bed471f01575bba14a1a9d3
This commit is contained in:
Connor O'Brien 2021-11-22 17:45:40 -08:00
parent 18af063372
commit 474eb0baa0
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",