-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Android NDK: Issue with external dependencies #357
Copy link
Copy link
Closed
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)type: bug
Description
Hi everyone,
I've got an android app that primarily uses the NDK. Almost everything is working. The current issue happens when loading the library (System.loadLibrary) it throws the error: java.lang.UnsatisifedLinkError: dlopen failed: could not load library "libfreetype.so" needed by "libwrapper.so"; caused by library "libfreetype.so" not found.
My android_binary is called wrapper and I've got a dependency in a cc_library to //external:freetype which imports libfreetype.so.
Any thoughts?
Cheers
Indigo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)type: bug