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'
, mode: 0755
}
, so: {
, lib: {
src: pathutil.vendor(util.format(
'remote/external/android-%d/remote_external.so', identity.sdk))
, dest: '/data/local/tmp/remote_external.so'