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

Unified Diff: build/android/devil/devil_env_test.py

Issue 1539403002: [Android] Revise devil environment handling of host dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rnephew comment Created 5 years 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: build/android/devil/devil_env_test.py
diff --git a/build/android/devil/devil_env_test.py b/build/android/devil/devil_env_test.py
index 5bfef6687397c491b54396e6bdbc84f8b92da23e..7cf4c03fb7fc58e9e36c26000e60d104e21bd032 100755
--- a/build/android/devil/devil_env_test.py
+++ b/build/android/devil/devil_env_test.py
@@ -48,7 +48,7 @@ class DevilEnvTest(unittest.TestCase):
{
'adb': {
'file_info': {
- 'android_linux2': {
+ 'linux_x86_64': {
'local_paths': ['/my/fake/adb/path'],
},
},

Powered by Google App Engine
This is Rietveld 408576698