Bug 1822393 - Support Android Components consuming GeckoView directly. r=nalexander,geckoview-reviewers,tthibaud,android-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D201483
This commit is contained in:
Gabriel Luong
2023-12-07 16:19:43 -05:00
parent dfbd4d365d
commit 09687df494
5 changed files with 62 additions and 5 deletions

View File

@@ -276,8 +276,11 @@ subprojects {
}
}
tasks.register("clean", Delete) {
delete rootProject.layout.buildDirectory
if (findProject(":geckoview") == null) {
// Avoid adding this task if it already exists in a different root project.
tasks.register("clean", Delete) {
delete rootProject.layout.buildDirectory
}
}
detekt {