Skip to content

Commit dcdd5ef

Browse files
committed
Fix geckoview substitution failures
Currently, this requires that the developer manually publish geckoview (and exoplayer2) first which is the whole point of what this feature was supposed to help us do. ```bash # From your mozilla-central checkout ./mach gradle geckoview:publishDebugPublicationToMavenLocal exoplayer2:publishDebugPublicationToMavenLocal ```
1 parent a2cf8c1 commit dcdd5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ if (gradle.hasProperty('localProperties.dependencySubstitutions.geckoviewTopsrcd
414414

415415
if (gradle.hasProperty('localProperties.autoPublish.android-components.dir')) {
416416
ext.acSrcDir = gradle."localProperties.autoPublish.android-components.dir"
417-
apply from: "../${acSrcDir}/substitute-local-ac.gradle"
417+
apply from: "${acSrcDir}/substitute-local-ac.gradle"
418418
}
419419

420420
if (gradle.hasProperty('localProperties.autoPublish.application-services.dir')) {

0 commit comments

Comments
 (0)