Merge "Add common BPF helper to include path"

This commit is contained in:
Joel Fernandes
2019-02-14 21:40:43 +00:00
committed by Gerrit Code Review

View File

@@ -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(),
}