Index: tools/dm_flags.py |
diff --git a/tools/dm_flags.py b/tools/dm_flags.py |
index 985a62adf573e2cad0110187b64924cd942bb368..bc60cce1d42e58f6c1a487841ee5e3bed519f667 100755 |
--- a/tools/dm_flags.py |
+++ b/tools/dm_flags.py |
@@ -23,6 +23,10 @@ def get_args(bot): |
args = [] |
configs = ['565', '8888', 'gpu', 'nvprmsaa4'] |
+ if 'Android' in bot: |
+ configs.append('msaa4') |
+ else: |
+ configs.append('msaa16') |
# Xoom and NP are running out of RAM when we run all these modes. skia:3255 |
if ('Xoom' not in bot and |
'NexusPlayer' not in bot): |