summaryrefslogtreecommitdiff
path: root/libbpf_android
diff options
context:
space:
mode:
authorConnor O'Brien <connoro@google.com>2021-11-22 17:45:40 -0800
committerConnor O'Brien <connoro@google.com>2021-12-16 13:16:05 -0800
commit474eb0baa098e2378be84f8157744e12eaa53847 (patch)
tree3fc3325d6ef8c9301e7a6b90b49c3f4f0fb8ee0c /libbpf_android
parent18af0633726ef015f60cca3ed9195dd5798107c5 (diff)
downloadbpf-474eb0baa098e2378be84f8157744e12eaa53847.tar.gz
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
Diffstat (limited to 'libbpf_android')
-rw-r--r--libbpf_android/Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbpf_android/Android.bp b/libbpf_android/Android.bp
index 7ab4c47..ca46510 100644
--- a/libbpf_android/Android.bp
+++ b/libbpf_android/Android.bp
@@ -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",