You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/14 15:07:26 UTC

[GitHub] brodybits opened a new issue #557: Inconsistent installation of NDK .so files

brodybits opened a new issue #557: Inconsistent installation of NDK .so files
URL: https://github.com/apache/cordova-android/issues/557
 
 
   For JAR files I can think of the following options:
   * `source-file` element with `libs` or `app/libs` target dir
   * `lib-file` element
   
   AFAIK for NDK `.so` the plugin has to use a `source-file` element, with target-dir in `app/src/main/jniLibs` for it to work (may be changed by PR #550).
   
   I would like to see the following fixes:
   * possible to use `lib-file` for both JAR and `.so`
   * `.so` files should work from a subdirectory of `libs` or `app/libs` (`.so` files should **not** have to be installed in subdirectory of `app/src`)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org