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: m FrameworksNetTests
Signed-off-by: Connor O'Brien <connoro@google.com>
Change-Id: I9a009493fe0482967ab1f92516514715cfd457d6
This commit is contained in:
Connor O'Brien
2021-11-22 18:15:40 -08:00
parent 73b42b0f95
commit e0a64bb50c

View File

@@ -25,7 +25,7 @@ java_defaults {
"ld-android",
"libbase",
"libbinder",
"libbpf",
"libbpf_bcc",
"libbpf_android",
"libc++",
"libcgrouprc",