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

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

Issue 1565763002: [Android] Revise devil handling of host platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: 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 7cf4c03fb7fc58e9e36c26000e60d104e21bd032..c680f2de210d0c2a4f6a5d17a07996662b503986 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': {
- 'linux_x86_64': {
+ 'linux2_x86_64': {
'local_paths': ['/my/fake/adb/path'],
},
},

Powered by Google App Engine
This is Rietveld 408576698