diff options
Diffstat (limited to 'tools/buildbot_spec.py')
-rwxr-xr-x | tools/buildbot_spec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py index dbb657d813..d56cd3e86e 100755 --- a/tools/buildbot_spec.py +++ b/tools/buildbot_spec.py @@ -261,7 +261,7 @@ def product_board(builder_dict): if 'Android' in builder_dict.get('os', ''): return { 'AndroidOne': None, # TODO(borenet,kjlubick) - 'GalaxyS3': 'smdk4x12', + 'GalaxyS3': 'm0', #'smdk4x12', Detected incorrectly by swarming? 'GalaxyS4': None, # TODO(borenet,kjlubick) 'NVIDIA_Shield': None, # TODO(borenet,kjlubick) 'Nexus10': 'manta', |