Fix buck build

Reviewed By: AaaChiuuu

Differential Revision: D4768765

fbshipit-source-id: 91e34faa2fe864b9a9835e6dab07c8396477505f
This commit is contained in:
Andrew Y. Chen
2017-03-24 08:41:01 -07:00
committed by Facebook Github Bot
parent ff7fb6efda
commit 893689c82b

View File

@@ -4,7 +4,10 @@ android_library(
name = "testing",
srcs = glob(
["**/*.java"],
excludes = ["idledetection/**/*.java"],
excludes = [
"idledetection/**/*.java",
"network/**/*.java",
],
),
visibility = [
"PUBLIC",