Skip to content

Commit 59b5bb7

Browse files
author
Abner Oliveira
committed
fix to add libc++_shared.so
1 parent 0e6428b commit 59b5bb7

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

jsc-intl/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ repositories {
2424

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

27-
//android {
28-
//
29-
// packagingOptions {
30-
// pickFirst '**/libjsc.so'
31-
// pickFirst '**/libc++_shared.so'
32-
// }
33-
//}
27+
android {
28+
29+
packagingOptions {
30+
pickFirst '**/libjsc.so'
31+
pickFirst '**/libc++_shared.so'
32+
}
33+
}
3434

3535
dependencies {
3636
embed "org.webkit:android-jsc-intl:+"

jsc/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ repositories {
2424

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

27-
//android {
28-
//
29-
// packagingOptions {
30-
// pickFirst '**/libjsc.so'
31-
// pickFirst '**/libc++_shared.so'
32-
// }
33-
//}
27+
android {
28+
29+
packagingOptions {
30+
pickFirst '**/libjsc.so'
31+
pickFirst '**/libc++_shared.so'
32+
}
33+
}
3434

3535
dependencies {
3636
embed "org.webkit:android-jsc:+"

0 commit comments

Comments
 (0)