Merge "Soong: libbpf_prog: Define ENABLE_LIBBPF" into main
This commit is contained in:
commit
1a6f176ce0
1 changed files with 2 additions and 1 deletions
|
|
@ -158,7 +158,8 @@ func (libbpf *libbpfProg) GenerateAndroidBuildActions(ctx android.ModuleContext)
|
|||
"-Wall",
|
||||
"-Werror",
|
||||
"-Wextra",
|
||||
|
||||
// Flag to assist with the transition to libbpf
|
||||
"-DENABLE_LIBBPF",
|
||||
"-isystem bionic/libc/include",
|
||||
"-isystem bionic/libc/kernel/uapi",
|
||||
// The architecture doesn't matter here, but asm/types.h is included by linux/types.h.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue