Skip to content

Extract all native dependencies together with target library #45

Open
@pkozelka

Description

@pkozelka

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions