diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
commit | def92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch) | |
tree | 2ef34b9ad8bb9a9220e05d60352558b15f513894 /mobile/android/moz.build | |
parent | Adding debian version 125.0.3-1. (diff) | |
download | firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mobile/android/moz.build')
-rw-r--r-- | mobile/android/moz.build | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/mobile/android/moz.build b/mobile/android/moz.build index 689ec82933..48d52d9bff 100644 --- a/mobile/android/moz.build +++ b/mobile/android/moz.build @@ -6,11 +6,22 @@ with Files("**"): BUG_COMPONENT = ("GeckoView", "General") - SCHEDULES.exclusive = ["android"] + SCHEDULES.exclusive = ["android", "fenix", "focus-android"] with Files("geckoview_example/**"): BUG_COMPONENT = ("GeckoView", "GeckoViewExample") +with Files("fenix/**"): + BUG_COMPONENT = ("Fenix", "General") + SCHEDULES.exclusive = ["android", "fenix"] + +with Files("focus-android/**"): + BUG_COMPONENT = ("Focus", "General") + SCHEDULES.exclusive = ["android", "focus-android"] + +with Files("android-components/**"): + BUG_COMPONENT = ("Fenix", "General") + # The recursive make backend treats the first output specially: it's passed as # an open FileAvoidWrite to the invoked script. That doesn't work well with # the Gradle task that generates all of the outputs, so we add a dummy first @@ -85,6 +96,8 @@ TEST_HARNESS_FILES.testing.mochitest.tests.junit += [ ] SPHINX_TREES["/mobile/android"] = "docs" +SPHINX_TREES["/mobile/android/fenix"] = "fenix/docs" +SPHINX_TREES["/mobile/android/focus-android"] = "focus-android/docs" with Files("docs/**"): SCHEDULES.exclusive = ["docs"] |