Index: tools-webrtc/mb/mb.py |
diff --git a/tools-webrtc/mb/mb.py b/tools-webrtc/mb/mb.py |
index 1801a13ac49804a605e7605f76cfbb69b5c619d4..71fd7bf86a62e18a6d4cd8fb5f682c0c3b245ec3 100755 |
--- a/tools-webrtc/mb/mb.py |
+++ b/tools-webrtc/mb/mb.py |
@@ -1135,6 +1135,8 @@ class MetaBuildWrapper(object): |
'--tsan=%d' % tsan, |
] |
+ cmdline += isolate_map[target].get('args', []) |
+ |
return cmdline, extra_files |
def ToAbsPath(self, build_path, *comps): |