Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: tools/mb/mb.py

Issue 1954593002: Ported telemetry_gpu_test target to Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Making telemetry_unittests test only. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/perf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)]
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/perf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698