aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-27 21:30:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-27 21:30:32 +0000
commit9e2bbfd171aa586018d2df48ef9e8ab97e40ca79 (patch)
tree66bd78b6e5dc4e17799cd679876edbe0f249ceae
parentf9ffdb34d133ef75471957107ec605988aa76dde (diff)
parentf1284fd092806655efb341d40481c1f91890c8ef (diff)
downloadsoong-aml_mpr_341111030.tar.gz
Snap for 10722590 from f1284fd092806655efb341d40481c1f91890c8ef to mainline-mediaprovider-releaseaml_mpr_341111030aml_mpr_341111020
Change-Id: Ief2a2b3083275f68c9ddf04f9810a0702ead9a41
-rw-r--r--bpf/bpf.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/bpf/bpf.go b/bpf/bpf.go
index 45009c1e7..d135d5f56 100644
--- a/bpf/bpf.go
+++ b/bpf/bpf.go
@@ -153,7 +153,9 @@ 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",
"-I " + ctx.ModuleDir(),