hidl: thermal: Migrate to `tidy_checks_as_errors`

Change-Id: If59ddc2d3b6c08308422b4a8a9ce1003541bd0ec
urubino
LuK1337 11 months ago
parent 4eebf50208
commit 5408613346
  1. 5
      hidl/thermal/Android.bp

@ -35,14 +35,11 @@ cc_binary {
"-Wunused", "-Wunused",
], ],
tidy: true, tidy: true,
tidy_checks: [ tidy_checks_as_errors: [
"android-*", "android-*",
"cert-*", "cert-*",
"clang-analyzer-security*", "clang-analyzer-security*",
], ],
tidy_flags: [
"-warnings-as-errors=android-*,clang-analyzer-security*,cert-*"
],
} }
sh_binary { sh_binary {

Loading…
Cancel
Save