Merge "vold: add android-* to tidy_checks"

This commit is contained in:
Nick Kralevich 2019-03-30 01:27:57 +00:00 committed by Gerrit Code Review
commit 1820b9b3b9

View file

@ -17,6 +17,7 @@ cc_defaults {
"-*", "-*",
"cert-*", "cert-*",
"clang-analyzer-security*", "clang-analyzer-security*",
"android-*",
], ],
tidy_flags: [ tidy_flags: [
"-warnings-as-errors=clang-analyzer-security*,cert-*", "-warnings-as-errors=clang-analyzer-security*,cert-*",