We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15366be commit 6bb1f05Copy full SHA for 6bb1f05
opensource/github.BUILD
@@ -2,16 +2,13 @@
2
3
package(default_visibility = ["//:__subpackages__"])
4
5
-exports_files([
6
- "LICENSE",
7
- "repo.bzl",
8
-])
+exports_files(["repo.bzl"])
9
10
java_test(
11
name = "instrumentation_test_runner",
12
testonly = 1,
13
- test_class = "com.google.android.apps.common.testing.suite.AndroidDeviceTestSuite",
14
tags = ["manual"],
+ test_class = "com.google.android.apps.common.testing.suite.AndroidDeviceTestSuite",
15
visibility = ["//visibility:public"],
16
runtime_deps = [
17
"//opensource:entry_point_import",
0 commit comments