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

Unified Diff: build/android/devil_chromium.py

Issue 1569133002: [Android] Update platform for devil host binary dependencies. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil_chromium.py
diff --git a/build/android/devil_chromium.py b/build/android/devil_chromium.py
index 2ebad4d06e6d219ad58f0aab6adaa476fa4ddc39..c7142ed63a0200ec1c8d59e90661b2bc7471bf8b 100644
--- a/build/android/devil_chromium.py
+++ b/build/android/devil_chromium.py
@@ -47,7 +47,7 @@ _DEVIL_BUILD_PRODUCT_DEPS = {
],
'forwarder_host': [
{
- 'platform': 'linux',
+ 'platform': 'linux2',
'arch': 'x86_64',
'name': 'host_forwarder',
},
@@ -86,7 +86,7 @@ _DEVIL_BUILD_PRODUCT_DEPS = {
],
'md5sum_host': [
{
- 'platform': 'linux',
+ 'platform': 'linux2',
'arch': 'x86_64',
'name': 'md5sum_bin_host',
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698