mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 02:07:58 +00:00
8da8dd0088
Rust Cargo.toml had strip=true which removes ALL symbols including the symbol table needed by AGP to generate native-debug-symbols.zip for Play Store. Changed to strip="debuginfo" which keeps symbol tables (needed for crash symbolication) but removes debug info (keeps .so small). Also made debugSymbols conditional in distribute workflow so missing symbols don't fail the upload.