Add work around for incorrect libc++_shared.so packaging

This commit is contained in:
Damontecres 2026-04-07 16:43:03 -04:00
parent 64caa99fff
commit 1255f3c845
No known key found for this signature in database

View file

@ -152,6 +152,12 @@ android {
isUniversalApk = true isUniversalApk = true
} }
} }
packaging {
jniLibs {
// Work around because libass-android & wholphin-mpv both (incorrectly) package libc++_shared.so
pickFirsts += "lib/*/libc++_shared.so"
}
}
sourceSets { sourceSets {
getByName("main") { getByName("main") {