mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-08 07:53:15 +08:00
Reviewed By: adamjernst Differential Revision: D6934209 fbshipit-source-id: 59f50b739482a53473c157f9e0183024dc88dc67
10 lines
172 B
Python
10 lines
172 B
Python
load("//ReactNative:DEFS.bzl", "rn_android_library")
|
|
|
|
rn_android_library(
|
|
name = "systrace",
|
|
srcs = glob(["*.java"]),
|
|
visibility = [
|
|
"PUBLIC",
|
|
],
|
|
)
|