Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a6f176c authored by Neill Kapron's avatar Neill Kapron Committed by Gerrit Code Review
Browse files

Merge "Soong: libbpf_prog: Define ENABLE_LIBBPF" into main

parents a5d24928 761019cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.