mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 23:55:23 +00:00
Differential Revision: D4326949 fbshipit-source-id: d0e8d7c3a046a89e5794be602a406ea914de50d1
15 lines
441 B
Python
15 lines
441 B
Python
include_defs('//ReactAndroid/DEFS')
|
|
|
|
android_library(
|
|
name = 'yoga',
|
|
srcs = glob(['yoga/*.java']),
|
|
deps = [
|
|
react_native_dep('java/com/facebook/proguard/annotations:annotations'),
|
|
react_native_dep('libraries/soloader/java/com/facebook/soloader:soloader'),
|
|
react_native_dep('third-party/java/infer-annotations:infer-annotations'),
|
|
react_native_dep('third-party/java/jsr-305:jsr-305'),
|
|
],
|
|
visibility = ['PUBLIC'],
|
|
)
|
|
|