mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 17:47:21 +08:00
Fix buck build
Reviewed By: AaaChiuuu Differential Revision: D4768765 fbshipit-source-id: 91e34faa2fe864b9a9835e6dab07c8396477505f
This commit is contained in:
committed by
Facebook Github Bot
parent
ff7fb6efda
commit
893689c82b
@@ -4,7 +4,10 @@ android_library(
|
||||
name = "testing",
|
||||
srcs = glob(
|
||||
["**/*.java"],
|
||||
excludes = ["idledetection/**/*.java"],
|
||||
excludes = [
|
||||
"idledetection/**/*.java",
|
||||
"network/**/*.java",
|
||||
],
|
||||
),
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
Reference in New Issue
Block a user