DO NOT MERGE 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
Ignore-AOSP-First: Automerger splits topic if not merged here first
Signed-off-by: Connor O'Brien <connoro@google.com>
Change-Id: I9a009493fe0482967ab1f92516514715cfd457d6
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp
index c8476cb..8dbf564 100644
--- a/tests/unit/Android.bp
+++ b/tests/unit/Android.bp
@@ -17,7 +17,7 @@
         "libbacktrace",
         "libbase",
         "libbinder",
-        "libbpf",
+        "libbpf_bcc",
         "libbpf_android",
         "libc++",
         "libcgrouprc",