Skip to content

Commit

Permalink
Add mips/mips64 to _DEVIL_BUILD_PRODUCT_DEPS
Browse files Browse the repository at this point in the history
Adds md5sum and forwarder device for mips and mips64.

BUG=missing md5sum and forwarder for mips devices

Review URL: https://codereview.chromium.org/1507233005

Cr-Commit-Position: refs/heads/master@{#364079}
  • Loading branch information
gordana-cmiljanovic-imgtec authored and Commit bot committed Dec 9, 2015
1 parent 32aa7b6 commit 9665f0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/android/devil_chromium.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
'armeabi-v7a': 'forwarder_dist',
'arm64-v8a': 'forwarder_dist',
'x86': 'forwarder_dist',
'mips': 'forwarder_dist',
'mips64': 'forwarder_dist',
},
'forwarder_host': {
'any': 'host_forwarder',
Expand All @@ -25,6 +27,8 @@
'armeabi-v7a': 'md5sum_dist',
'arm64-v8a': 'md5sum_dist',
'x86': 'md5sum_dist',
'mips': 'md5sum_dist',
'mips64': 'md5sum_dist',
},
'md5sum_host': {
'any': 'md5sum_bin_host',
Expand Down

0 comments on commit 9665f0f

Please sign in to comment.