mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Add x86 support.
This commit is contained in:
parent
d8bf7449d1
commit
12eaf5182f
16 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue