cargo-ndk
cargo-ndk copied to clipboard
Support exporting debug symbols
https://developer.android.com/reference/tools/gradle-api/8.3/null/com/android/build/api/dsl/Ndk#getDebugSymbolLevel()
These are extremely helpful for debugging apps in the play console. It also gives you a warning if you upload an app bundle that contains native libraries that don't include debug symbols.
Patch?