mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-12 11:40:33 +08:00
Open sourced view tests
Reviewed By: mkonicek Differential Revision: D2881830 fb-gh-sync-id: fef9176964892c5aa40633c177f1d5d8e3aed499
This commit is contained in:
committed by
facebook-github-bot-7
parent
ee30433b76
commit
33e8a03ada
@@ -1,3 +1,14 @@
|
||||
include_defs('//ReactAndroid/DEFS')
|
||||
|
||||
android_library(
|
||||
name = 'jackson',
|
||||
exported_deps = [
|
||||
':databind',
|
||||
':annotations',
|
||||
],
|
||||
visibility = ['//ReactAndroid/...',],
|
||||
)
|
||||
|
||||
prebuilt_jar(
|
||||
name = 'core',
|
||||
binary_jar = ':jackson-core-binary-jar',
|
||||
@@ -9,3 +20,27 @@ remote_file(
|
||||
url = 'mvn:com.fasterxml.jackson.core:jackson-core:jar:2.2.3',
|
||||
sha1 = '1a0113da2cab5f4c216b4e5e7c1dbfaa67087e14',
|
||||
)
|
||||
|
||||
prebuilt_jar(
|
||||
name = 'databind',
|
||||
binary_jar = ':jackson-databind-jar',
|
||||
visibility = ['//ReactAndroid/...',],
|
||||
)
|
||||
|
||||
remote_file(
|
||||
name = 'jackson-databind-jar',
|
||||
url = 'mvn:com.fasterxml.jackson.core:jackson-databind:jar:2.2.3',
|
||||
sha1 = '03ae380888029daefb91d3ecdca3a37d8cb92bc9',
|
||||
)
|
||||
|
||||
prebuilt_jar(
|
||||
name = 'annotations',
|
||||
binary_jar = ':jackson-annotations-jar',
|
||||
visibility = ['//ReactAndroid/...',],
|
||||
)
|
||||
|
||||
remote_file(
|
||||
name = 'jackson-annotations-jar',
|
||||
url = 'mvn:com.fasterxml.jackson.core:jackson-annotations:jar:2.2.3',
|
||||
sha1 = '0527fece4f23a457070a36c371a26d6c0208e1c3',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user