commit | 7e63d5fbe63fb41232cb31bb1ef9485deab9da91 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Dec 23 16:37:07 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 23 16:37:07 2021 +0000 |
tree | 3c9fe4a51ce2f53a83654df0e1b482a7942fe14f | |
parent | 88b80698ae1833d6453826ee6b8dfbf5b200f85c [diff] | |
parent | 78df0f1a4eedd4b1b9b926de22a971f871b96033 [diff] |
Merge "Remove global bpf include path system/bpf/progs/include"
diff --git a/bpf/bpf.go b/bpf/bpf.go index 0eab88f..9f0c86c 100644 --- a/bpf/bpf.go +++ b/bpf/bpf.go
@@ -86,7 +86,6 @@ "-I frameworks/libs/net/common/native/bpf_headers/include/bpf", // TODO(b/149785767): only give access to specific file with AID_* constants "-I system/core/libcutils/include", - "-I system/bpf/progs/include", "-I " + ctx.ModuleDir(), }