mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 17:27:54 +08:00
Merge pull request #6241 from bestander/manual-sync-prebuilt
merge directly, next change will be synced with bots
This commit is contained in:
22
ReactAndroid/src/main/jni/prebuilt/BUCK
Normal file
22
ReactAndroid/src/main/jni/prebuilt/BUCK
Normal file
@@ -0,0 +1,22 @@
|
||||
include_defs('//ReactAndroid/DEFS')
|
||||
|
||||
# Temp workaround to get the build working e2e, Gradle builds them for us
|
||||
|
||||
prebuilt_native_library(
|
||||
name = 'reactnative-libs',
|
||||
native_libs = 'lib',
|
||||
visibility = ['PUBLIC'],
|
||||
)
|
||||
|
||||
|
||||
android_prebuilt_aar(
|
||||
name = 'android-jsc',
|
||||
aar = ':android-jsc-aar',
|
||||
visibility = ['PUBLIC'],
|
||||
)
|
||||
|
||||
remote_file(
|
||||
name = 'android-jsc-aar',
|
||||
url = 'mvn:org.webkit:android-jsc:aar:r174650',
|
||||
sha1 = '880cedd93f43e0fc841f01f2fa185a63d9230f85',
|
||||
)
|
||||
1
ReactAndroid/src/main/jni/prebuilt/lib/DUMMY
Normal file
1
ReactAndroid/src/main/jni/prebuilt/lib/DUMMY
Normal file
@@ -0,0 +1 @@
|
||||
# just a dummy temporarily to make BUCK happy about folder not present before Gradle built it
|
||||
Reference in New Issue
Block a user