Keep libryujinx symbols

This commit is contained in:
TSR Berry 2023-07-20 22:49:29 +02:00 committed by Emmanuel Hansen
parent 826c64ddfe
commit fb592277a7

View File

@ -53,6 +53,9 @@ android {
kotlinCompilerExtensionVersion '1.3.2' kotlinCompilerExtensionVersion '1.3.2'
} }
packagingOptions { packagingOptions {
jniLibs {
keepDebugSymbols += '**/libryujinx.so'
}
resources { resources {
excludes += '/META-INF/{AL2.0,LGPL2.1}' excludes += '/META-INF/{AL2.0,LGPL2.1}'
} }