1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Update remote binaries.

This commit is contained in:
Simo Kinnunen 2014-10-29 20:46:35 +09:00
parent 7af652afe9
commit 2ff16baf7a
5 changed files with 2 additions and 1 deletions

View file

@ -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'

Binary file not shown.

BIN
vendor/remote/libs/armeabi-v7a/remote-nopie vendored Executable file

Binary file not shown.

Binary file not shown.

BIN
vendor/remote/libs/x86/remote-nopie vendored Executable file

Binary file not shown.