diff options
author | 2023-09-21 17:01:21 +0900 | |
---|---|---|
committer | 2023-09-21 11:38:14 +0000 | |
commit | fca0ccc744ca224a4496d1b18379d722c04c9a98 (patch) | |
tree | 63d368ef16cc46c9686d3128b42b02f1fcbc455e /bpf/bpf.go | |
parent | 3835509f95b1a12d0d6e5bf32e2e1680450b193b (diff) |
Remove unused file path
frameworks/libs/net was moved to the packages/modules/Connectivity
Bug: 296014682
Test: TH
Change-Id: I1c17eb0cb4a2d6d2526b26fd800f206e93d4e009
Diffstat (limited to 'bpf/bpf.go')
-rw-r--r-- | bpf/bpf.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bpf/bpf.go b/bpf/bpf.go index d135d5f56..ee2a5b6bf 100644 --- a/bpf/bpf.go +++ b/bpf/bpf.go @@ -153,8 +153,6 @@ 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", - // TODO(b/296014682): Remove after the bpf_headers is moved to Connectivity - "-I frameworks/libs/net/common/native/bpf_headers/include/bpf", "-I packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf", // TODO(b/149785767): only give access to specific file with AID_* constants "-I system/core/libcutils/include", |