From: LuK1337 Date: Sat, 21 Oct 2023 12:12:18 +0000 (+0200) Subject: hidl: thermal: Migrate to `tidy_checks_as_errors` X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=54086133464f28c5113deae651068d16e5bc72c1;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung.git hidl: thermal: Migrate to `tidy_checks_as_errors` Change-Id: If59ddc2d3b6c08308422b4a8a9ce1003541bd0ec --- diff --git a/hidl/thermal/Android.bp b/hidl/thermal/Android.bp index f5e0646..5d6045b 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 {