blob: a1d6d9ab3f1b0677ce3ea4c8dc5bd818d3f16c98 [file] [log] [blame]
Chenbo Feng4c9e9ec2018-10-16 20:31:52 -07001cc_defaults {
2 name: "bpf_defaults",
Chenbo Feng4c9e9ec2018-10-16 20:31:52 -07003 cflags: [
4 "-Wall",
5 "-Werror",
6 "-Wnullable-to-nonnull-conversion",
7 "-Wthread-safety",
8 "-Wunused-parameter",
9 ],
10 tidy: true,
11 tidy_checks: [
12 "android-*",
13 "cert-*",
14 "clang-analyzer-security*",
Chenbo Feng1f20ad32018-11-26 15:18:46 -080015 "-cert-err34-c",
Chenbo Feng249e2f82018-11-20 17:37:00 -080016 "clang-analyzer-security*",
Bernie Innocentib2515ff2018-10-25 22:12:07 +090017 // Disabling due to many unavoidable warnings from POSIX API usage.
18 "-google-runtime-int",
Chenbo Feng4c9e9ec2018-10-16 20:31:52 -070019 ],
20}