Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_bpf
/
4c9e9ecc577ce7eed47b3d8976eedbd6e38bfc8d
/
.
/
Android.bp
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*"
,
],
}