willir / cargo-ndk-android-gradle

Cargo NDK for Android projects
Apache License 2.0
56 stars 7 forks source link

Suggestion: Leave `jniLibs` folder layout up to `cargo-ndk` #21

Open torokati44 opened 1 year ago

torokati44 commented 1 year ago

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!