Skip to content
Snippets Groups Projects
Commit 2b7e591f authored by Bernardo Rufino's avatar Bernardo Rufino
Browse files

Run AndroidFrameworkLintChecker in frameworks-minus-apex

And add existing lint-baseline.xml to not break the build.

Test: Verify m out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/lint/lint-report.html doesn't fail
Change-Id: Iaff8801ffa9ce06d505e672c070253fd0f97b1aa
parent a299dd6c
No related branches found
No related tags found
No related merge requests found
......@@ -384,6 +384,9 @@ java_library {
"//frameworks/base/packages/Tethering/tests/unit",
"//packages/modules/Connectivity/Tethering/tests/unit",
],
lint: {
extra_check_modules: ["AndroidFrameworkLintChecker"],
},
errorprone: {
javacflags: [
"-Xep:AndroidFrameworkBinderIdentity:ERROR",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment