mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1f78ea326e
Differential Revision: D4326949 fbshipit-source-id: d0e8d7c3a046a89e5794be602a406ea914de50d1
12 lines
171 B
Python
12 lines
171 B
Python
android_library(
|
|
name = 'annotations',
|
|
srcs = glob(['*.java']),
|
|
proguard_config = 'proguard_annotations.pro',
|
|
deps = [
|
|
],
|
|
visibility = [
|
|
'PUBLIC',
|
|
],
|
|
)
|
|
|