mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:53:23 +02:00
No need to limit remote to 32-bit binaries anymore.
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = syrup.serial()
|
||||
|
||||
var resources = {
|
||||
bin: {
|
||||
src: pathutil.requiredMatch(abi.b32.map(function(supportedAbi) {
|
||||
src: pathutil.requiredMatch(abi.all.map(function(supportedAbi) {
|
||||
return pathutil.vendor(util.format(
|
||||
'remote/libs/%s/remote%s'
|
||||
, supportedAbi
|
||||
@@ -29,7 +29,7 @@ module.exports = syrup.serial()
|
||||
, mode: 0755
|
||||
}
|
||||
, lib: {
|
||||
src: pathutil.requiredMatch(abi.b32.map(function(supportedAbi) {
|
||||
src: pathutil.requiredMatch(abi.all.map(function(supportedAbi) {
|
||||
return pathutil.vendor(util.format(
|
||||
'remote/external/android-%d/%s/remote_external.so'
|
||||
, properties['ro.build.version.sdk']
|
||||
|
||||
Reference in New Issue
Block a user