Add buildbot spec for Android One bots
authorborenet <borenet@google.com>
Thu, 10 Dec 2015 20:09:14 +0000 (12:09 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 10 Dec 2015 20:09:14 +0000 (12:09 -0800)
BUG=skia:

Review URL: https://codereview.chromium.org/1517733002

tools/buildbot_spec.py

index d818518..b62fe61 100755 (executable)
@@ -209,6 +209,7 @@ def device_cfg(builder_dict):
     }.get(builder_dict['target_arch'], 'arm_v7_neon')
   elif builder_dict.get('os') == 'Android':
     return {
+      'AndroidOne': 'arm_v7_neon',
       'GalaxyS3': 'arm_v7_neon',
       'GalaxyS4': 'arm_v7_neon',
       'Nexus5': 'arm_v7', # This'd be 'nexus_5', but we simulate no-NEON Clank.