Enable native debug symbols generation

This commit is contained in:
Fredia Huya-Kouadio
2025-04-20 15:02:59 -07:00
parent 2d3bdcac35
commit 8a514ae56f
5 changed files with 35 additions and 22 deletions

View File

@@ -101,6 +101,7 @@ android {
}
ndk {
debugSymbolLevel 'FULL'
String[] export_abi_list = getExportEnabledABIs()
abiFilters export_abi_list
}