No need to limit remote to 32-bit binaries anymore.

This commit is contained in:
Simo Kinnunen
2014-11-13 11:18:58 +09:00
parent 8d5b21d9bc
commit 80244dfda2

View File

@@ -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']