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:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user