Add lint check to test targets.

Test: m out/soong/.intermediates/<target>/android_common/lint/lint-report.html
Bug: 270628073
Change-Id: Ifad954ed51b836639692b78d7da42164e23c7520
This commit is contained in:
Jeff Chen
2023-03-16 15:40:05 -07:00
parent 518c2c9df2
commit 194a13f1fd

View File

@@ -368,6 +368,7 @@ android_library {
plugins: ["dagger2-compiler"],
lint: {
test: true,
extra_check_modules: ["SystemUILintChecker"],
},
}