Bug 1606370 - Avoid cross-directory support file error in android mochitest; r=bc

Do not include the problematic manifest on Android. We never run Android
mochitest-browser-chrome anyway. Bug 1435429 and bug 1557417 used a similar approach.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Brown 2020-01-14 16:22:00 +00:00
parent db5a2152ac
commit 70c3065f26

View File

@ -6,4 +6,5 @@ DevToolsModules(
'target-list.js',
)
BROWSER_CHROME_MANIFESTS += ['tests/browser.ini']
if CONFIG['MOZ_BUILD_APP'] != 'mobile/android':
BROWSER_CHROME_MANIFESTS += ['tests/browser.ini']