vold: add android-* to tidy_checks

Bug: 129350825
Test: compiles and boots
Change-Id: If5a6267cc56bfc0ba73602bfa520035197b4fb90
This commit is contained in:
Nick Kralevich 2019-03-29 16:07:58 -07:00
parent 95587b085e
commit d78fb53378

View file

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