Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83ddfdf1 authored by Joel Fernandes's avatar Joel Fernandes Committed by Gerrit Code Review
Browse files

Merge "Add common BPF helper to include path"

parents d325aa7b a2fd4866
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ func (bpf *bpf) GenerateAndroidBuildActions(ctx android.ModuleContext) {
		// 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(),
	}