Skip to content

Commit

Permalink
Bug 1909623 - Fix building Fenix from mozilla-central root folder. r=…
Browse files Browse the repository at this point in the history
…android-reviewers,mcarare

Fixing the error: `Could not resolve project :mozilla-lint-rules.`

Differential Revision: https://phabricator.services.mozilla.com/D217556
  • Loading branch information
Titouan Thibaud committed Jul 25, 2024
1 parent 05297de commit 1953028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/android/fenix/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ dependencies {
// depend on a separate library for unit tests. This will be removed in future releases.
testImplementation "org.mozilla.telemetry:glean-native-forUnitTests:${project.ext.glean_version}"

lintPublish project(":mozilla-lint-rules")
lintChecks project(":mozilla-lint-rules")
lintChecks project(':tooling-lint')
}

Expand Down

0 comments on commit 1953028

Please sign in to comment.