Skip to content

Commit

Permalink
Update remote binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Oct 29, 2014
1 parent 7af652a commit 2ff16ba
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/units/device/resources/remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ module.exports = syrup.serial()
var resources = {
bin: {
src: pathutil.vendor(util.format(
'remote/libs/%s/remote'
'remote/libs/%s/remote%s'
, properties['ro.product.cpu.abi']
, properties['ro.build.version.sdk'] < 16 ? '-nopie' : ''
))
, dest: '/data/local/tmp/remote'
, comm: 'remote'
Expand Down
Binary file modified vendor/remote/libs/armeabi-v7a/remote
Binary file not shown.
Binary file added vendor/remote/libs/armeabi-v7a/remote-nopie
Binary file not shown.
Binary file modified vendor/remote/libs/x86/remote
Binary file not shown.
Binary file added vendor/remote/libs/x86/remote-nopie
Binary file not shown.

0 comments on commit 2ff16ba

Please sign in to comment.