mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
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:
parent
570197dfb9
commit
5b38c9e541
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user