From 194a13f1fda269f2d8f6b60f53225f2a209c44c7 Mon Sep 17 00:00:00 2001 From: Jeff Chen Date: Thu, 16 Mar 2023 15:40:05 -0700 Subject: [PATCH] Add lint check to test targets. Test: m out/soong/.intermediates//android_common/lint/lint-report.html Bug: 270628073 Change-Id: Ifad954ed51b836639692b78d7da42164e23c7520 --- packages/SystemUI/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index b236ac5af1042..8b38debef9421 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -368,6 +368,7 @@ android_library { plugins: ["dagger2-compiler"], lint: { test: true, + extra_check_modules: ["SystemUILintChecker"], }, }