blob: ca64e879a30206257289f903545a36d3c0163682 [file] [log] [blame]
cc_defaults {
name: "bpf_defaults",
cpp_std: "c++17",
cflags: [
"-Wall",
"-Werror",
"-Wnullable-to-nonnull-conversion",
"-Wthread-safety",
"-Wunused-parameter",
],
tidy: true,
tidy_checks: [
"android-*",
"cert-*",
"clang-analyzer-security*",
],
}