mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 22:53:08 +00:00
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:
parent
db5a2152ac
commit
70c3065f26
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user