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

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

Issue 2103803002: adb: move known devices file under cache so it works with remote_run (attempt #2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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/perf_adb_vendor_keys_basic.json
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
index b2612cd31d5be4e56e823acc9e35036eb7914480..280cdf24a0195b92c8c89963ad2d554a14e957a4 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
@@ -281,7 +281,7 @@
"--json-output",
"/path/to/tmp/json",
"--known-devices-file",
- "[BUILD]/site_config/.known_devices"
+ "[CACHE]/known_android_devices"
],
"env": {
"ADB_VENDOR_KEYS": "[BUILD]/site_config/.adb_key",
@@ -415,7 +415,7 @@
"--json-output",
"/path/to/tmp/json",
"--known-devices-file",
- "[BUILD]/site_config/.known_devices"
+ "[CACHE]/known_android_devices"
],
"env": {
"ADB_VENDOR_KEYS": "[BUILD]/site_config/.adb_key",

Powered by Google App Engine
This is Rietveld 408576698