commit | 83ddfdf19a31157f6f29a0f075902c3fbd06f548 | [log] [tgz] |
---|---|---|
author | Joel Fernandes <joelaf@google.com> | Thu Feb 14 21:40:43 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 14 21:40:43 2019 +0000 |
tree | 8b7294088ed6900bff3f3ac3ab2ddc8bd3b9ee1b | |
parent | d325aa7b976360a47dd3e349b38d55ee39e42ac0 [diff] | |
parent | a2fd4866cfcc0607d20742584c25c4eb5feb4b79 [diff] |
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(), }