diff --git a/lib/units/device/resources/remote.js b/lib/units/device/resources/remote.js index d0efd166..8f8a7730 100644 --- a/lib/units/device/resources/remote.js +++ b/lib/units/device/resources/remote.js @@ -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']