mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +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",
|
name = "testing",
|
||||||
srcs = glob(
|
srcs = glob(
|
||||||
["**/*.java"],
|
["**/*.java"],
|
||||||
excludes = ["idledetection/**/*.java"],
|
excludes = [
|
||||||
|
"idledetection/**/*.java",
|
||||||
|
"network/**/*.java",
|
||||||
|
],
|
||||||
),
|
),
|
||||||
visibility = [
|
visibility = [
|
||||||
"PUBLIC",
|
"PUBLIC",
|
||||||
|
|||||||
Reference in New Issue
Block a user