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:
parent
216592a995
commit
2f2e4b6f31
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue