Index: tools/buildbot_spec.py |
diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py |
index 603f36d5ed2177a437132596fad05a661233e429..6ef62395a4c5b074f5cba4bc5c561df5c9476352 100755 |
--- a/tools/buildbot_spec.py |
+++ b/tools/buildbot_spec.py |
@@ -260,7 +260,7 @@ cov_skip.extend([lineno(), lineno() + 1]) |
def product_board(builder_dict): |
if 'Android' in builder_dict.get('os', ''): |
return { |
- 'AndroidOne': None, # TODO(borenet,kjlubick) |
+ 'AndroidOne': 'sprout', |
'GalaxyS3': 'm0', #'smdk4x12', Detected incorrectly by swarming? |
'GalaxyS4': None, # TODO(borenet,kjlubick) |
'NVIDIA_Shield': 'foster', |