mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-04 22:56:32 +08:00
Reviewed By: mzlee Differential Revision: D9553765 fbshipit-source-id: cb65081668ea2726f24d2c9c02661e859cc7a994
13 lines
257 B
Python
13 lines
257 B
Python
load("//tools/build_defs/oss:rn_defs.bzl", "rn_android_library")
|
|
|
|
rn_android_library(
|
|
name = "annotations",
|
|
srcs = glob(["*.java"]),
|
|
proguard_config = "proguard_annotations.pro",
|
|
visibility = [
|
|
"PUBLIC",
|
|
],
|
|
deps = [
|
|
],
|
|
)
|