Chromium Code Reviews| Index: tools/mb/mb.py |
| diff --git a/tools/mb/mb.py b/tools/mb/mb.py |
| index 2e575cd515496e030a4fbfe11280d4ca2ccc1eaa..dee7aba0c4d5dba644b779067a444f00609dd117 100755 |
| --- a/tools/mb/mb.py |
| +++ b/tools/mb/mb.py |
| @@ -987,7 +987,7 @@ class MetaBuildWrapper(object): |
| cmdline = [] |
| extra_files = [] |
| - if android: |
| + if android and test_type != "script": |
| # TODO(jbudorick): This won't work with instrumentation test targets. |
| # Revisit this logic when those are added to gn_isolate_map.pyl. |
| cmdline = [self.PathJoin('bin', 'run_%s' % target_name)] |