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 {
|
debug {
|
||||||
applicationIdSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
versionNameSuffix "-DEBUG"
|
versionNameSuffix "-DEBUG"
|
||||||
|
|
||||||
|
ndk {
|
||||||
|
debugSymbolLevel 'FULL'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in a new issue