Bug 1532341: make widget/android exclusive to android r=nalexander

Differential Revision: https://phabricator.services.mozilla.com/D21960

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Chris AtLee 2019-03-05 17:27:48 +00:00
parent 8b4e459999
commit 92ae1aa498

View File

@ -6,6 +6,7 @@
with Files("**"):
BUG_COMPONENT = ("Core", "Widget: Android")
SCHEDULES.exclusive = ['android']
with Files("*CompositorWidget*"):
BUG_COMPONENT = ("Core", "Graphics")