| Index: infra/bots/recipe_modules/flavor/android_flavor.py
 | 
| diff --git a/infra/bots/recipe_modules/flavor/android_flavor.py b/infra/bots/recipe_modules/flavor/android_flavor.py
 | 
| index c379803da1ccd241978aee69002ccd516a52c387..9d83544b6ffcb2e110ef2a1ef759c930813c133b 100644
 | 
| --- a/infra/bots/recipe_modules/flavor/android_flavor.py
 | 
| +++ b/infra/bots/recipe_modules/flavor/android_flavor.py
 | 
| @@ -32,6 +32,8 @@ def get_device(api):
 | 
|      # Test/Perf bots.
 | 
|      return {
 | 
|        'AndroidOne':    'arm_v7_neon',
 | 
| +      'GalaxyS3':      'arm_v7_neon',
 | 
| +      'GalaxyS4':      'arm_v7_neon',
 | 
|        'GalaxyS7':      'arm64',
 | 
|        'NVIDIA_Shield': 'arm64',
 | 
|        'Nexus10':       'arm_v7_neon',
 | 
| 
 |