| Index: scripts/slave/recipe_modules/chromium_android/api.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/api.py b/scripts/slave/recipe_modules/chromium_android/api.py
|
| index 47a6e8354fd8531113f7d2bdba6cab7b76e0b181..15b38604ee846e21bf16ca5de3a06f1d7945c1e1 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium_android/api.py
|
| @@ -569,7 +569,7 @@
|
| env['ADB'] = self.m.adb.adb_path()
|
| for d in self.devices:
|
| self.m.step('%s %s' % (name, d),
|
| - cmd + ['--device', d, '--use-su'],
|
| + cmd + ['--device', d],
|
| infra_step=True,
|
| env=env)
|
|
|
|
|