1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Rename vendor.so to vendor.lib.

This commit is contained in:
Simo Kinnunen 2014-01-29 00:40:18 +09:00
parent 216592a995
commit 2f2e4b6f31

View file

@ -13,7 +13,7 @@ devutil.vendorFiles = function(identity) {
, dest: '/data/local/tmp/remote' , dest: '/data/local/tmp/remote'
, mode: 0755 , mode: 0755
} }
, so: { , lib: {
src: pathutil.vendor(util.format( src: pathutil.vendor(util.format(
'remote/external/android-%d/remote_external.so', identity.sdk)) 'remote/external/android-%d/remote_external.so', identity.sdk))
, dest: '/data/local/tmp/remote_external.so' , dest: '/data/local/tmp/remote_external.so'