mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Differential Revision: D12867696 fbshipit-source-id: bd52c1ead04065addece3a3104c4a1a9359ceb95
14 lines
341 B
Python
14 lines
341 B
Python
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
|
|
|
|
fb_native.prebuilt_jar(
|
|
name = "jsr-330",
|
|
binary_jar = ":jsr330-binary.jar",
|
|
visibility = ["PUBLIC"],
|
|
)
|
|
|
|
fb_native.remote_file(
|
|
name = "jsr330-binary.jar",
|
|
sha1 = "6975da39a7040257bd51d21a231b76c915872d38",
|
|
url = "mvn:javax.inject:javax.inject:jar:1",
|
|
)
|