mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 17:13:46 +08:00
Reviewed By: astreet Differential Revision: D2590921 fb-gh-sync-id: cf870c96f772c06e1a8b69014ebd906978ea8c00
16 lines
335 B
Python
16 lines
335 B
Python
include_defs('//ReactAndroid/DEFS')
|
|
|
|
android_library(
|
|
name = 'csslayout',
|
|
srcs = glob(['**/*.java']),
|
|
deps = [
|
|
react_native_dep('third-party/java/infer-annotations:infer-annotations'),
|
|
react_native_dep('third-party/java/jsr-305:jsr-305'),
|
|
],
|
|
visibility = ['PUBLIC'],
|
|
)
|
|
|
|
project_config(
|
|
src_target = ':csslayout',
|
|
)
|