Bug 1882468 - Add BUG_COMPONENT for migrated monorepo files in mobile/android/moz.build. r=owlish,geckoview-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D204203
This commit is contained in:
Gabriel Luong 2024-03-06 03:14:45 -05:00
parent 570197dfb9
commit 5b38c9e541

View File

@ -11,6 +11,15 @@ with Files("**"):
with Files("geckoview_example/**"):
BUG_COMPONENT = ("GeckoView", "GeckoViewExample")
with Files("fenix/**"):
BUG_COMPONENT = ("Fenix", "General")
with Files("focus-android/**"):
BUG_COMPONENT = ("Focus", "General")
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