Add x86 support.

This commit is contained in:
Simo Kinnunen
2014-09-01 18:18:03 +09:00
parent d8bf7449d1
commit 12eaf5182f
16 changed files with 2 additions and 1 deletions

View File

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