Merge "Add common BPF helper to include path" am: 83ddfdf19a

am: a83face460

Change-Id: Ieae977601cc6cfd26e9d32a623bd3b8d26db9a62
This commit is contained in:
Joel Fernandes
2019-02-14 13:57:26 -08:00
committed by android-build-merger

View File

@@ -66,6 +66,7 @@ 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",
"-I system/bpf/progs/include",
"-I " + ctx.ModuleDir(),
}