Added prebuilt folder with BUCK files to support BUCK run of ReactAndroid in OSS

This is a manualt sync of a folder from fbsource that was previously in ignored list
This commit is contained in:
Konstantin Raev
2016-03-02 11:09:31 +00:00
parent 25f78020e1
commit 00178b7b36
2 changed files with 23 additions and 0 deletions

View 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',
)

View File

@@ -0,0 +1 @@
# just a dummy temporarily to make BUCK happy about folder not present before Gradle built it