| Index: tools/buildbot_spec.py
|
| diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py
|
| index d818518eadaa9683e51d8260ac2ed379de7e7809..b62fe61fc54c2d394b72b8740ee1be2f0f9ef733 100755
|
| --- a/tools/buildbot_spec.py
|
| +++ b/tools/buildbot_spec.py
|
| @@ -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.
|
|
|