mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 03:18:02 +00:00
49bbb8cf51
Set strip = false in all Rust binding Cargo.toml files so AGP can extract debug symbols before stripping for the final APK. Previously strip = "debuginfo" removed symbols during Rust compilation, leaving nothing for AGP's debugSymbolLevel = FULL to extract.