summaryrefslogtreecommitdiffstats
path: root/mobile/android/moz.build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
commitda4c7e7ed675c3bf405668739c3012d140856109 (patch)
treecdd868dba063fecba609a1d819de271f0d51b23e /mobile/android/moz.build
parentAdding upstream version 125.0.3. (diff)
downloadfirefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz
firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip
Adding upstream version 126.0.upstream/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.build15
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"]