aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objc/BUILD')
-rw-r--r--tools/objc/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/objc/BUILD b/tools/objc/BUILD
index 7f8713779f..1e2875c813 100644
--- a/tools/objc/BUILD
+++ b/tools/objc/BUILD
@@ -47,11 +47,12 @@ java_binary(
filegroup(
name = "srcs",
- srcs = glob(["**"]),
+ srcs = glob(["**"]) + ["//tools/objc/sim_devices:BUILD"],
)
filegroup(
name = "testrunner",
+ srcs = [":testrunner_stub"],
)
sh_binary(