Merge pull request #6241 from bestander/manual-sync-prebuilt

merge directly, next change will be synced with bots
This commit is contained in:
Konstantin Raev 2016-03-02 11:13:47 +00:00
Родитель 25f78020e1 00178b7b36
Коммит e3de994e69
2 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -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