Skip to content

Commit 983c516

Browse files
Paige McAuliffecopybara-androidxtest
authored andcommitted
Make Espresso Device APIs public and remove allow list
PiperOrigin-RevId: 552538327
1 parent 1e95754 commit 983c516

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

espresso/device/BUILD

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,9 @@ package(default_applicable_licenses = ["//espresso:license"])
44

55
licenses(["notice"])
66

7-
# Add packages here to access EspressoDevice APIs.
8-
package_group(
9-
name = "device_api_allowlist",
10-
packages = [
11-
"//...",
12-
],
13-
)
14-
157
alias(
168
name = "device",
179
testonly = 1,
1810
actual = "//espresso/device/java/androidx/test/espresso/device",
19-
visibility = [
20-
":device_api_allowlist",
21-
],
11+
visibility = ["//visibility:public"],
2212
)

0 commit comments

Comments
 (0)