mirror of
https://github.com/dgis/emu48android
synced 2024-11-16 07:48:08 +01:00
Add the generation of the native debug symbols.
This commit is contained in:
parent
100e6ef24e
commit
167c6f07b4
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ android {
|
|||
if (canSign) {
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
|
||||
ndk {
|
||||
debugSymbolLevel 'FULL' // { SYMBOL_TABLE | FULL }
|
||||
}
|
||||
}
|
||||
}
|
||||
externalNativeBuild {
|
||||
|
|
Loading…
Reference in a new issue