From e0a64bb50c594fa7bf52d23a111bea57b3f7b4b7 Mon Sep 17 00:00:00 2001 From: Connor O'Brien Date: Mon, 22 Nov 2021 18:15:40 -0800 Subject: [PATCH] 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 Change-Id: I9a009493fe0482967ab1f92516514715cfd457d6 --- tests/unit/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp index bd30b77c6f..38154c21fa 100644 --- a/tests/unit/Android.bp +++ b/tests/unit/Android.bp @@ -25,7 +25,7 @@ java_defaults { "ld-android", "libbase", "libbinder", - "libbpf", + "libbpf_bcc", "libbpf_android", "libc++", "libcgrouprc",