Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract all native dependencies together with target library #45

Open
pkozelka opened this issue Sep 19, 2022 · 1 comment
Open

Extract all native dependencies together with target library #45

pkozelka opened this issue Sep 19, 2022 · 1 comment

Comments

@pkozelka
Copy link

I am trying to work with a native library which depends on another (native) library. But only the "toplevel" library gets extracted, and therefore the whole load fails.

Is there a way to resolve this native dependency problem?

If not, I suggest one of the following approaches:

  1. extract all the files (for given platform) when any of them is requested
  2. use a dependency mapping (perhaps somewhere in META-INF) to extract the required minimum of libraries to load

Any comments? I am going to implement any of these approaches, please LMK if there is any existing solution to this problem.

@pkozelka
Copy link
Author

I just implemented the dependency support here: pkozelka#1 - please let me know what you think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant