Merge "Suppress cert-dcl16-c clang-tidy warnings"

This commit is contained in:
Treehugger Robot 2018-12-13 21:38:14 +00:00 committed by Gerrit Code Review
commit 1e10cdc916

View file

@ -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"],