summaryrefslogtreecommitdiff
path: root/libbpf_android
diff options
context:
space:
mode:
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 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",
],