From 80244dfda21d311b0a9fdd5032d33f0e432d7a44 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Thu, 13 Nov 2014 11:18:58 +0900 Subject: [PATCH] No need to limit remote to 32-bit binaries anymore. --- lib/units/device/resources/remote.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']