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
12 lines
416 B
Python
12 lines
416 B
Python
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
|
|
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_integration_tests_target")
|
|
|
|
# this lib was compiled by buck version : 6cbf2709778ea352a169d1c84e3ef2894dfa39ec
|
|
fb_native.prebuilt_jar(
|
|
name = "buck-android-support",
|
|
binary_jar = "buck-android-support.jar",
|
|
visibility = [
|
|
react_native_integration_tests_target("..."),
|
|
],
|
|
)
|