Merge "Suppress cert-dcl16-c clang-tidy warnings"
This commit is contained in:
commit
1e10cdc916
1 changed files with 3 additions and 0 deletions
|
@ -504,6 +504,9 @@ cc_library {
|
|||
"-Wl,--Bsymbolic-functions",
|
||||
],
|
||||
|
||||
// b/120614316, non-critical readibility check
|
||||
tidy_checks: ["-cert-dcl16-c"],
|
||||
|
||||
include_dirs: ["bionic/libc"],
|
||||
system_shared_libs: ["libc"],
|
||||
|
||||
|
|
Loading…
Reference in a new issue