Skip to content

Commit 6bb1f05

Browse files
BUILD file cleanup
PiperOrigin-RevId: 332022709
1 parent 15366be commit 6bb1f05

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

opensource/github.BUILD

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
package(default_visibility = ["//:__subpackages__"])
44

5-
exports_files([
6-
"LICENSE",
7-
"repo.bzl",
8-
])
5+
exports_files(["repo.bzl"])
96

107
java_test(
118
name = "instrumentation_test_runner",
129
testonly = 1,
13-
test_class = "com.google.android.apps.common.testing.suite.AndroidDeviceTestSuite",
1410
tags = ["manual"],
11+
test_class = "com.google.android.apps.common.testing.suite.AndroidDeviceTestSuite",
1512
visibility = ["//visibility:public"],
1613
runtime_deps = [
1714
"//opensource:entry_point_import",

0 commit comments

Comments
 (0)