Skip to content

Commit

Permalink
fix to add libc++_shared.so
Browse files Browse the repository at this point in the history
  • Loading branch information
Abner Oliveira committed Feb 28, 2022
1 parent 0e6428b commit 59b5bb7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions jsc-intl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ repositories {

apply plugin: 'com.kezong.fat-aar'

//android {
//
// packagingOptions {
// pickFirst '**/libjsc.so'
// pickFirst '**/libc++_shared.so'
// }
//}
android {

packagingOptions {
pickFirst '**/libjsc.so'
pickFirst '**/libc++_shared.so'
}
}

dependencies {
embed "org.webkit:android-jsc-intl:+"
Expand Down
14 changes: 7 additions & 7 deletions jsc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ repositories {

apply plugin: 'com.kezong.fat-aar'

//android {
//
// packagingOptions {
// pickFirst '**/libjsc.so'
// pickFirst '**/libc++_shared.so'
// }
//}
android {

packagingOptions {
pickFirst '**/libjsc.so'
pickFirst '**/libc++_shared.so'
}
}

dependencies {
embed "org.webkit:android-jsc:+"
Expand Down

0 comments on commit 59b5bb7

Please sign in to comment.