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

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json

Issue 976913002: Add '--adb-keys-file $HOME/.android/*.pub' to all bot provision_devices calls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Combine if statements Created 5 years, 10 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
Index: scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
index a89d9cff1b3962a913064d47db2f1e76b3b84315..e10763d2e89fe7d051374451607bc025c30d27a6 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
@@ -339,7 +339,8 @@
"-u",
"[SLAVE_BUILD]/src/build/android/provision_devices.py",
"-t",
- "Release"
+ "Release",
+ "--adb-key-files /usr/local/google/home/navabi/.android/*.pub"
luqui 2015/03/04 20:19:44 This will not be expanded by the shell. Will prov
jbudorick 2015/03/04 20:22:02 I don't think it will.
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"

Powered by Google App Engine
This is Rietveld 408576698