Backed out 3 changesets (bug 1895781) for causing gradle-dependencies failures CLOSED TREE

Backed out changeset eccc129ad554 (bug 1895781)
Backed out changeset 2ffa0d4d2326 (bug 1895781)
Backed out changeset 278306033d92 (bug 1895781)
This commit is contained in:
Cristian Tuns
2024-05-09 19:26:48 -04:00
parent 53d64d8314
commit fc93d93894
8 changed files with 142 additions and 166 deletions

View File

@@ -89,13 +89,6 @@ subprojects {
}
}
if (gradle.hasProperty('localProperties.dependencySubstitutions.geckoviewTopsrcdir')) {
if (gradle.hasProperty('localProperties.dependencySubstitutions.geckoviewTopobjdir')) {
ext.topobjdir = gradle."localProperties.dependencySubstitutions.geckoviewTopobjdir"
}
ext.topsrcdir = gradle."localProperties.dependencySubstitutions.geckoviewTopsrcdir"
apply from: "${topsrcdir}/substitute-local-geckoview.gradle"
}
afterEvaluate {
if (it.hasProperty('android')) {