Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Unified Diff: scripts/slave/recipe_modules/chromium_android/api.py

Issue 2174623003: Revert of [Android] Use --use-su w/ asan_device_setup.sh. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan_tester.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan_tester.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698