mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 07:08:27 +00:00
14 lines
466 B
Python
14 lines
466 B
Python
include_defs("//ReactAndroid/DEFS")
|
|
|
|
android_library(
|
|
name = "yoga",
|
|
srcs = glob(["yoga/*.java"]),
|
|
visibility = ["PUBLIC"],
|
|
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"),
|
|
],
|
|
)
|