musikr.build: enable symbols in taglibjni w/debug

This commit is contained in:
Alexander Capehart 2025-01-31 11:09:10 -07:00
parent 2e4b6681d1
commit f9109b8a9c
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -42,6 +42,10 @@ android {
debug { debug {
applicationIdSuffix ".debug" applicationIdSuffix ".debug"
versionNameSuffix "-DEBUG" versionNameSuffix "-DEBUG"
ndk {
debugSymbolLevel 'FULL'
}
} }
release { release {