| 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 93347e4fc99b4fc37ea4c8ddc855d55674085578..c379803da1ccd241978aee69002ccd516a52c387 100644
|
| --- a/infra/bots/recipe_modules/flavor/android_flavor.py
|
| +++ b/infra/bots/recipe_modules/flavor/android_flavor.py
|
| @@ -32,8 +32,7 @@ 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',
|
| 'Nexus5': 'arm_v7_neon',
|
|
|