Enable native debug symbols generation
This commit is contained in:
parent
2d3bdcac35
commit
8a514ae56f
5 changed files with 35 additions and 22 deletions
|
|
@ -101,6 +101,7 @@ android {
|
|||
}
|
||||
|
||||
ndk {
|
||||
debugSymbolLevel 'FULL'
|
||||
String[] export_abi_list = getExportEnabledABIs()
|
||||
abiFilters export_abi_list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue