mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-07 22:40:55 +08:00
17 lines
288 B
Python
17 lines
288 B
Python
include_defs('//ReactAndroid/DEFS')
|
|
|
|
android_library(
|
|
name = 'quicklog',
|
|
srcs = glob(['*.java']),
|
|
exported_deps = [
|
|
react_native_dep('java/com/facebook/quicklog/identifiers:identifiers'),
|
|
],
|
|
visibility = [
|
|
'PUBLIC',
|
|
],
|
|
)
|
|
|
|
project_config(
|
|
src_target = ':quicklog',
|
|
)
|