Merge "Add common BPF helper to include path"

am: 83ddfdf19a

Change-Id: Ibbf4034e5f945f05f4d95caa2ae67eb6654319bf
This commit is contained in:
Joel Fernandes
2019-02-14 13:52:07 -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(),
}