Index: infra/bots/recipe_modules/vars/api.py |
diff --git a/infra/bots/recipe_modules/vars/api.py b/infra/bots/recipe_modules/vars/api.py |
index f717dccbed5f52d10bd0305fcbf6bf470b9f1296..093cd87da74abd81069ecad069da1f709b00278b 100644 |
--- a/infra/bots/recipe_modules/vars/api.py |
+++ b/infra/bots/recipe_modules/vars/api.py |
@@ -19,7 +19,7 @@ CONFIG_RELEASE = 'Release' |
def device_cfg(builder_dict): |
# Android. |
if 'Android' in builder_dict.get('extra_config', ''): |
- if 'NoNeon' in builder_dict['extra_config']: # pragma: no cover |
+ if 'NoNeon' in builder_dict['extra_config']: |
return 'arm_v7' |
return { |
'Arm64': 'arm64', |