Lines Matching +full:linux +full:- +full:headers
6 // See: http://go/android-license-faq
11 "SPDX-license-identifier-BSD-2-Clause",
12 "SPDX-license-identifier-GPL-2.0-only",
15 "LICENSE.BSD-2-Clause",
16 "LICENSE.GPL-2.0",
37 // There is an unfortunate interaction between the bionic uapi headers
38 // (also used by musl) and the kernel headers distributed with bpftool.
39 // The bionic uapi headers include <linux/compiler_types.h>, which they
42 // which includes compiler-gcc.h directly, triggering an error if
44 // around it by always including linux/compiler.h from the command line.
47 cflags: ["-include linux/compiler.h"],
50 cflags: ["-include linux/compiler.h"],
60 "-DBPFTOOL_WITHOUT_SKELETONS",
61 "-DBPFTOOL_VERSION=\"5.16.0-c446fdacb10d\"",
62 "-DUSE_LIBCAP",
63 "-Wno-missing-field-initializers",
64 "-Wno-pointer-arith",
65 "-Wno-unused-parameter",