| Index: master/master_android_builders_cfg.py
|
| diff --git a/master/master_android_builders_cfg.py b/master/master_android_builders_cfg.py
|
| index 3de7113b9ae7a3ad657b5c3e4a611e1a41662514..f6c4276aba063227bef4b9a4611d8b15a7c2baf1 100644
|
| --- a/master/master_android_builders_cfg.py
|
| +++ b/master/master_android_builders_cfg.py
|
| @@ -41,7 +41,7 @@ def setup_test_and_perf_builders(helper, do_upload_render_results,
|
| ('Perf', 'Android', 'Nexus10', 'MaliT604', 'Arm7', 'Release', None, None, f_android, LINUX, S_COMMIT_OR_SKP, {'device': 'nexus_10'}),
|
| ('Test', 'Android', 'GalaxyNexus','SGX540', 'Arm7', 'Debug', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'galaxy_nexus'}),
|
| ('Test', 'Android', 'GalaxyNexus','SGX540', 'Arm7', 'Release', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'galaxy_nexus'}),
|
| - ('Perf', 'Android', 'GalaxyNexus','SGX540', 'Arm7', 'Release', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'galaxy_nexus'}),
|
| + ('Perf', 'Android', 'GalaxyNexus','SGX540', 'Arm7', 'Release', None, None, f_android, LINUX, S_COMMIT_OR_SKP, {'device': 'galaxy_nexus'}),
|
| ('Test', 'Android', 'Xoom', 'Tegra2', 'Arm7', 'Debug', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'xoom'}),
|
| ('Test', 'Android', 'Xoom', 'Tegra2', 'Arm7', 'Release', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'xoom'}),
|
| ('Perf', 'Android', 'Xoom', 'Tegra2', 'Arm7', 'Release', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'xoom'}),
|
|
|