Merge pull request #6241 from bestander/manual-sync-prebuilt
merge directly, next change will be synced with bots
This commit is contained in:
commit
e3de994e69
|
@ -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',
|
||||
)
|
|
@ -0,0 +1 @@
|
|||
# just a dummy temporarily to make BUCK happy about folder not present before Gradle built it
|
Loading…
Reference in New Issue