| Index: tools/buildbot_spec.py
|
| diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py
|
| index dbb657d813532915969bd39fc8e7e63ade573b37..d56cd3e86ee6628b3d574457de04ea175c64fb99 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',
|
|
|