commit | 194a13f1fda269f2d8f6b60f53225f2a209c44c7 | [log] [tgz] |
---|---|---|
author | Jeff Chen <yuzhechen@google.com> | Thu Mar 16 15:40:05 2023 -0700 |
committer | Jeff Chen <yuzhechen@google.com> | Thu Mar 16 16:08:36 2023 -0700 |
tree | 4b53dc7ee14baad8249c6d2d66358df76ee3b5b2 | |
parent | 518c2c9df2a2042c1555d15f282f31c19d9ee13d [diff] [blame] |
Add lint check to test targets. Test: m out/soong/.intermediates/<target>/android_common/lint/lint-report.html Bug: 270628073 Change-Id: Ifad954ed51b836639692b78d7da42164e23c7520
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index b236ac5..8b38deb 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp
@@ -368,6 +368,7 @@ plugins: ["dagger2-compiler"], lint: { test: true, + extra_check_modules: ["SystemUILintChecker"], }, }