musikr.build: enable symbols in taglibjni w/debug
This commit is contained in:
parent
2e4b6681d1
commit
f9109b8a9c
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ android {
|
|||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
versionNameSuffix "-DEBUG"
|
||||
|
||||
ndk {
|
||||
debugSymbolLevel 'FULL'
|
||||
}
|
||||
}
|
||||
|
||||
release {
|
||||
|
|
Loading…
Reference in a new issue