Bug 1867656 - update error message to no longer refer to fennec. r=owlish,geckoview-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D201486
This commit is contained in:
Julien Cristau
2024-02-23 11:36:29 +01:00
parent 9bdee507f0
commit 83caadd852

View File

@@ -40,7 +40,7 @@ def slurper = new JsonSlurper()
def json = slurper.parseText(standardOutput.toString())
if (json.substs.MOZ_BUILD_APP != 'mobile/android') {
throw new GradleException("Building with Gradle is only supported for Fennec, i.e., MOZ_BUILD_APP == 'mobile/android'.")
throw new GradleException("Building with Gradle is only supported for Firefox for Android, i.e., MOZ_BUILD_APP == 'mobile/android'.")
}
// The Gradle instance is shared between settings.gradle and all the