Skip to content

Commit

Permalink
Fix jsc regression.Fixes #22274 (#22293)
Browse files Browse the repository at this point in the history
Summary:
My silly mistake when tinkering with the jsc lib. Also you have this patch first #22295.
Kudo plz review.

![image](https://user-images.githubusercontent.com/3759816/48561684-758f6f00-e92b-11e8-905b-e394f72349f7.png)
Pull Request resolved: #22293

Differential Revision: D13153931

Pulled By: hramos

fbshipit-source-id: 8a6efa0cd8abbff359f082d5ea7713933b6e7ac6
  • Loading branch information
gengjiawen authored and facebook-github-bot committed Nov 21, 2018
1 parent da0b139 commit f22473e
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ dependencies {
api "com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}"
api "com.squareup.okhttp3:okhttp-urlconnection:${OKHTTP_VERSION}"
api 'com.squareup.okio:okio:1.14.0'
compile project(':android-jsc')
compile 'org.webkit:android-jsc:r174650'

testImplementation "junit:junit:${JUNIT_VERSION}"
testImplementation "org.powermock:powermock-api-mockito:${POWERMOCK_VERSION}"
Expand Down
Binary file not shown.
Binary file added ReactAndroid/src/main/jniLibs/arm64-v8a/libjsc.so
Binary file not shown.
Binary file not shown.
Binary file added ReactAndroid/src/main/jniLibs/x86_64/libjsc.so
Binary file not shown.
Binary file removed android-jsc/android-jsc.aar
Binary file not shown.
9 changes: 0 additions & 9 deletions android-jsc/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@

include ':ReactAndroid'
include ':RNTester:android:app'
include ':android-jsc'

0 comments on commit f22473e

Please sign in to comment.