Merge "Add common BPF helper to include path"
diff --git a/bpf/bpf.go b/bpf/bpf.go
index 3ef35b7..4b0d510 100644
--- a/bpf/bpf.go
+++ b/bpf/bpf.go
@@ -66,6 +66,7 @@
 		// The architecture doesn't matter here, but asm/types.h is included by linux/types.h.
 		"-isystem bionic/libc/kernel/uapi/asm-arm64",
 		"-isystem bionic/libc/kernel/android/uapi",
+		"-I       system/bpf/progs/include",
 		"-I " + ctx.ModuleDir(),
 	}