Add the generation of the native debug symbols.

This commit is contained in:
dgis 2020-12-09 12:20:50 +01:00
parent 100e6ef24e
commit 167c6f07b4

View file

@ -65,6 +65,10 @@ android {
if (canSign) {
signingConfig signingConfigs.release
}
ndk {
debugSymbolLevel 'FULL' // { SYMBOL_TABLE | FULL }
}
}
}
externalNativeBuild {