mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Add x86 support.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user