From 54086133464f28c5113deae651068d16e5bc72c1 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 21 Oct 2023 14:12:18 +0200 Subject: [PATCH] hidl: thermal: Migrate to `tidy_checks_as_errors` Change-Id: If59ddc2d3b6c08308422b4a8a9ce1003541bd0ec --- hidl/thermal/Android.bp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hidl/thermal/Android.bp b/hidl/thermal/Android.bp index f5e06463..5d6045b8 100644 --- a/hidl/thermal/Android.bp +++ b/hidl/thermal/Android.bp @@ -35,14 +35,11 @@ cc_binary { "-Wunused", ], tidy: true, - tidy_checks: [ + tidy_checks_as_errors: [ "android-*", "cert-*", "clang-analyzer-security*", ], - tidy_flags: [ - "-warnings-as-errors=android-*,clang-analyzer-security*,cert-*" - ], } sh_binary {