mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Add work around for incorrect libc++_shared.so packaging
This commit is contained in:
parent
64caa99fff
commit
1255f3c845
1 changed files with 6 additions and 0 deletions
|
|
@ -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") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue