1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Add x86 support.

This commit is contained in:
Simo Kinnunen 2014-09-01 18:18:03 +09:00
parent d8bf7449d1
commit 12eaf5182f
16 changed files with 2 additions and 1 deletions

View file

@ -26,8 +26,9 @@ module.exports = syrup.serial()
}
, lib: {
src: pathutil.vendor(util.format(
'remote/external/android-%d/remote_external.so'
'remote/external/android-%d/%s/remote_external.so'
, properties['ro.build.version.sdk']
, properties['ro.product.cpu.abi']
))
, dest: '/data/local/tmp/remote_external.so'
, mode: 0755

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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

Binary file not shown.