diff --git a/ReactAndroid/src/main/jni/prebuilt/BUCK b/ReactAndroid/src/main/jni/prebuilt/BUCK new file mode 100644 index 000000000..69e71a637 --- /dev/null +++ b/ReactAndroid/src/main/jni/prebuilt/BUCK @@ -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', +) diff --git a/ReactAndroid/src/main/jni/prebuilt/lib/DUMMY b/ReactAndroid/src/main/jni/prebuilt/lib/DUMMY new file mode 100644 index 000000000..dc29e4d63 --- /dev/null +++ b/ReactAndroid/src/main/jni/prebuilt/lib/DUMMY @@ -0,0 +1 @@ +# just a dummy temporarily to make BUCK happy about folder not present before Gradle built it