cargo-ndk icon indicating copy to clipboard operation
cargo-ndk copied to clipboard

Support exporting debug symbols

Open jonatino opened this issue 7 months ago • 1 comments

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.

jonatino avatar May 20 '25 22:05 jonatino

Patch?

bbqsrc avatar May 20 '25 23:05 bbqsrc