aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/android/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/bazel/android/BUILD')
-rw-r--r--src/test/shell/bazel/android/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/shell/bazel/android/BUILD b/src/test/shell/bazel/android/BUILD
index 16243889ff..26c155a568 100644
--- a/src/test/shell/bazel/android/BUILD
+++ b/src/test/shell/bazel/android/BUILD
@@ -1,3 +1,9 @@
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+ visibility = ["//src/test/shell/bazel:__pkg__"],
+)
+
sh_test(
name = "android_integration_test",
size = "large",