Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 34c350c7865e7981a0579f567c3bf13e7d1b2b4e..9aa5b1e386e390b0ee1adaff09fc17d67767a268 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -616,7 +616,7 @@ |
# target always calls tools/swarm_client/isolate.py. See the script's |
# --help for more information and the valid --mode values. Meant to be |
# overriden with GYP_DEFINES. |
- ['inside_chromium_build==1 and OS != "ios"', { |
+ ['inside_chromium_build==1 and OS != "ios" and OS != "android"', { |
'test_isolation_mode%': 'check', |
}, { |
'test_isolation_mode%': 'noop', |