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

Unified Diff: build/android/devil/devil_dependencies.json

Issue 1503633002: add md5sum device bin for x86 to dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add x86 to devil_chromium.py 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 | « no previous file | build/android/devil_chromium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil/devil_dependencies.json
diff --git a/build/android/devil/devil_dependencies.json b/build/android/devil/devil_dependencies.json
index f55a983d4c9e1f8ea59d886b50e98ca9fb8752d8..867d8cbda493331363340479f6a20ebec2dff279 100644
--- a/build/android/devil/devil_dependencies.json
+++ b/build/android/devil/devil_dependencies.json
@@ -76,6 +76,10 @@
"android_arm64-v8a": {
"cloud_storage_hash": "bbe410e2ffb48367ac4ca0874598d4f85fd16d9d",
"download_path": "../bin/arm64-v8a/md5sum_device"
+ },
+ "android_x86": {
+ "cloud_storage_hash": "b578a5c2c400ce39761e2558cdf2237567a57257",
+ "download_path": "../bin/x86/md5sum_device"
}
}
},
« no previous file with comments | « no previous file | build/android/devil_chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698