summaryrefslogtreecommitdiffstats
path: root/mobile/android/moz.build
diff options
context:
space:
mode:
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"]