mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 17:33:15 +08:00
Summary: My silly mistake when tinkering with the jsc lib. Also you have this patch first https://github.com/facebook/react-native/pull/22295. Kudo plz review.  Pull Request resolved: https://github.com/facebook/react-native/pull/22293 Differential Revision: D13153931 Pulled By: hramos fbshipit-source-id: 8a6efa0cd8abbff359f082d5ea7713933b6e7ac6
This commit is contained in:
committed by
Facebook Github Bot
parent
da0b139b56
commit
f22473e9e9
@@ -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}"
|
||||
|
||||
BIN
ReactAndroid/src/main/jniLibs/arm64-v8a/libicu_common.so
Normal file
BIN
ReactAndroid/src/main/jniLibs/arm64-v8a/libicu_common.so
Normal file
Binary file not shown.
BIN
ReactAndroid/src/main/jniLibs/arm64-v8a/libjsc.so
Normal file
BIN
ReactAndroid/src/main/jniLibs/arm64-v8a/libjsc.so
Normal file
Binary file not shown.
BIN
ReactAndroid/src/main/jniLibs/x86_64/libicu_common.so
Normal file
BIN
ReactAndroid/src/main/jniLibs/x86_64/libicu_common.so
Normal file
Binary file not shown.
BIN
ReactAndroid/src/main/jniLibs/x86_64/libjsc.so
Normal file
BIN
ReactAndroid/src/main/jniLibs/x86_64/libjsc.so
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,9 +0,0 @@
|
||||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('android-jsc.aar'))
|
||||
@@ -5,4 +5,3 @@
|
||||
|
||||
include ':ReactAndroid'
|
||||
include ':RNTester:android:app'
|
||||
include ':android-jsc'
|
||||
|
||||
Reference in New Issue
Block a user