cargo-ndk-android-gradle
cargo-ndk-android-gradle copied to clipboard
Suggestion: Leave `jniLibs` folder layout up to `cargo-ndk`
Since cargo-ndk
can already move the built native libraries into folders named after the Android ABI names (as is expected in jniLibs
), why do this manually here using enum RustTargetType
?
PS. This is an amazing project, it's exactly what I needed, thank you so much! I hope it won't succumb to bitrot anytime soon!