commit | 0349649423e6209609232167a1bd9c0a2a8ba318 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Dec 23 16:52:40 2021 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Wed Jan 05 20:30:51 2022 +0000 |
tree | 1646d16b3ddbefa06ad363728caa9c481d748e07 | |
parent | d4965d411c54cfd8f0f0f22a06db4d942d22db3c [diff] |
Remove global bpf include path system/bpf/progs/include Delete it because there is only one user left (system/bpfprogs/time_in_state.c). It can be specified locally. Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1930904 Bug: 202086915 Test: build and boot Change-Id: I1cb0ceb7b8e3fb63af34e11e5fece11fa038b24e Merged-In: I1cb0ceb7b8e3fb63af34e11e5fece11fa038b24e
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(), }