Closed mavavilj closed 12 months ago
This is not a bug with cargo-ndk.
Thank you.
Okay so the crate is incompatible?
I would haved liked to understand why or how.
I couldn't find info regarding how a crate must be designed in order to compile with cargo-ndk from https://github.com/bbqsrc/cargo-ndk
I would recommend opening a bug against the code, not the tool you used to try to build it.
cargo ndk is just a thin wrapper around cargo.
I am using cargo-ndk for the first time, and I have not used Rust before.
I tried building https://github.com/Sytronik/pyin-rs with it.
The resulting .sos list the symbols as undefined when viewed with llvm-nm of the respective NDK.
Is the crate built faultily for the purposes of cargo-ndk?