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

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: fix empty config w/o output_directory 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
« no previous file with comments | « build/android/devil/devil_env.py ('k') | build/android/devil_chromium.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
},
},
« no previous file with comments | « build/android/devil/devil_env.py ('k') | build/android/devil_chromium.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698