Bug 1881571 - Add tooling-lint component to Focus

This commit is contained in:
Jonathan Almeida 2024-02-28 20:40:59 -05:00 committed by mergify[bot]
parent 5483ea8599
commit aefc524737
3 changed files with 7199 additions and 0 deletions

View File

@ -63,6 +63,7 @@ projects:
- support-test-libstate
- support-utils
- support-webextensions
- tooling-lint
- ui-autocomplete
- ui-colors
- ui-icons

View File

@ -47,6 +47,7 @@ android {
lint {
lintConfig file("lint.xml")
baseline file("lint-baseline.xml")
}
// We have a three dimensional build configuration:
@ -355,6 +356,7 @@ dependencies {
androidTestImplementation ComponentsDependencies.androidx_test_runner
androidTestUtil FocusDependencies.androidx_orchestrator
lintChecks project(':tooling-lint')
}
// -------------------------------------------------------------------------------------------------
// Dynamically set versionCode (See tools/build/versionCode.gradle

File diff suppressed because it is too large Load Diff