mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-13 17:26:34 +08:00
12 lines
150 B
Python
12 lines
150 B
Python
android_library(
|
|
name = 'systrace',
|
|
srcs = glob(['*.java']),
|
|
visibility = [
|
|
'PUBLIC',
|
|
],
|
|
)
|
|
|
|
project_config(
|
|
src_target = ':systrace',
|
|
)
|