mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-11 17:21:11 +08:00
Reviewed By: astreet Differential Revision: D2590921 fb-gh-sync-id: cf870c96f772c06e1a8b69014ebd906978ea8c00
15 lines
235 B
Python
15 lines
235 B
Python
android_library(
|
|
name = 'quicklog',
|
|
srcs = glob(['*.java']),
|
|
exported_deps = [
|
|
'//java/com/facebook/quicklog/identifiers:identifiers',
|
|
],
|
|
visibility = [
|
|
'PUBLIC',
|
|
],
|
|
)
|
|
|
|
project_config(
|
|
src_target = ':quicklog',
|
|
)
|