Allow use of shared bpf headers by recovery
This will allow healthd to filter uevent packets, if needed
Bug: 203462310
Test: Ensure that healthd can build if it uses bpf filters
Change-Id: I97bfe9509a6934444f656508176495bba38381be
diff --git a/staticlibs/native/bpf_headers/Android.bp b/staticlibs/native/bpf_headers/Android.bp
index 4c8e728..98694b2 100644
--- a/staticlibs/native/bpf_headers/Android.bp
+++ b/staticlibs/native/bpf_headers/Android.bp
@@ -19,6 +19,7 @@
cc_library_headers {
name: "bpf_headers",
vendor_available: true,
+ recovery_available: true,
host_supported: true,
native_bridge_supported: true,
header_libs: ["bpf_syscall_wrappers"],