mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-04 22:56:32 +08:00
12 lines
150 B
Python
12 lines
150 B
Python
android_library(
|
|
name = 'perftest',
|
|
srcs = glob(['*.java']),
|
|
visibility = [
|
|
'PUBLIC',
|
|
],
|
|
)
|
|
|
|
project_config(
|
|
src_target = ':perftest',
|
|
)
|