From fb045621be83a58e5b15b30e028306b3600aa740 Mon Sep 17 00:00:00 2001 From: Ken Chen Date: Tue, 21 Dec 2021 15:36:25 +0800 Subject: Rename bpf_map_utils to bpf_headers Use a generic name so that it can contain more bpf related headers. Bug: 202086915 Test: build Change-Id: I36d93cbc77723464df84023752915e1e79e623df --- libbpf_android/Android.bp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbpf_android') diff --git a/libbpf_android/Android.bp b/libbpf_android/Android.bp index ca46510..3b58c00 100644 --- a/libbpf_android/Android.bp +++ b/libbpf_android/Android.bp @@ -61,12 +61,12 @@ cc_library { "libbpf_bcc", ], header_libs: [ - "bpf_map_utils", + "bpf_headers", "libbpf_android_headers", ], export_header_lib_headers: [ "libbpf_android_headers", - "bpf_map_utils", + "bpf_headers", ], export_shared_lib_headers: ["libbpf_bcc"], local_include_dirs: ["include"], @@ -81,7 +81,7 @@ cc_library { cc_test { name: "libbpf_load_test", - header_libs: ["bpf_map_utils"], + header_libs: ["bpf_headers"], srcs: [ "BpfLoadTest.cpp", ], -- cgit v1.2.3